Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

http3: rename Server.CloseGracefully to Shutdown #4701

Merged
merged 1 commit into from
Oct 15, 2024

Conversation

marten-seemann
Copy link
Member

This is more consistent with standard library naming for graceful shutdown methods for HTTP/1 and HTTP/2.

This is more consistent with standard library naming for graceful
shutdown methods for HTTP/1 and HTTP/2.
@marten-seemann marten-seemann added this to the v0.48 milestone Oct 15, 2024
Copy link

codecov bot commented Oct 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.55%. Comparing base (588b93c) to head (4c3a6d6).
Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4701      +/-   ##
==========================================
+ Coverage   84.52%   84.55%   +0.03%     
==========================================
  Files         151      151              
  Lines       15060    15060              
==========================================
+ Hits        12729    12733       +4     
+ Misses       1799     1796       -3     
+ Partials      532      531       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@marten-seemann marten-seemann merged commit 6af2b1a into master Oct 15, 2024
35 checks passed
@marten-seemann marten-seemann deleted the http3-server-rename-shutdown branch October 15, 2024 09:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant