Skip to content

http3: client support for graceful shutdown #91

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

Merged
merged 4 commits into from
May 23, 2025

Conversation

marten-seemann
Copy link
Member

As of quic-go v0.52.0, HTTP/3 graceful shutdown is now fully implemented for both the client and the server.

As of quic-go v0.52.0, HTTP/3 graceful shutdown is now fully implemented for
both the client and the server.
@marten-seemann marten-seemann requested a review from Copilot May 22, 2025 06:31
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Adds documentation updates for HTTP/3 server graceful shutdown to reflect new behavior in quic-go v0.52.0.

  • Clarifies that Shutdown stops accepting both new connections and requests, rejects late requests with H3_REQUEST_REJECTED, and lets existing requests finish.
  • Removes outdated callouts about client behavior and connection-closing warnings.
  • Updates description of Shutdown return conditions when the context is canceled.

@marten-seemann marten-seemann requested a review from Copilot May 22, 2025 06:36
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the HTTP/3 server documentation to reflect newly implemented graceful shutdown behavior in quic-go v0.52.0.

  • Clarifies how to invoke and what to expect from Shutdown on http3.Server.
  • Details GOAWAY frame handling and request rejection semantics.
  • Updates return conditions for Shutdown.

@marten-seemann marten-seemann force-pushed the update-graceful-shutdown branch from efe2996 to 30cd171 Compare May 23, 2025 04:12
@marten-seemann marten-seemann merged commit c897252 into master May 23, 2025
1 check passed
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