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

caddyhttp: Close http3 server gracefully #6213

Merged
merged 5 commits into from
Oct 16, 2024
Merged

Conversation

WeidiDeng
Copy link
Member

Fix 6195 without interrupting ongoing requests. Requires patch from upstream to be merged. The patch is still in draft status.

For now, it can be tested by building xcaddy build http3-graceful --with github.com/quic-go/quic-go=github.com/WeidiDeng/quic-go@graceful-close.

@WeidiDeng WeidiDeng added the dependencies ⛓️ Pull requests that update a dependency file label Apr 3, 2024
@WeidiDeng WeidiDeng added this to the 2.x milestone Apr 3, 2024
@mholt mholt added upstream ⬆️ Relates to some dependency of this project and removed dependencies ⛓️ Pull requests that update a dependency file labels Sep 28, 2024
# Conflicts:
#	modules/caddyhttp/server.go
@WeidiDeng WeidiDeng marked this pull request as ready for review October 16, 2024 00:41
Copy link
Member

@francislavoie francislavoie left a comment

Choose a reason for hiding this comment

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

Looks fantastic! Much simpler API

@francislavoie francislavoie changed the title http: close http3 server gracefully caddyhttp: Close http3 server gracefully Oct 16, 2024
@francislavoie francislavoie merged commit c6f2979 into master Oct 16, 2024
33 checks passed
@francislavoie francislavoie deleted the http3-graceful branch October 16, 2024 01:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
upstream ⬆️ Relates to some dependency of this project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Delay in Caddy using changes to reverse_proxy upstream
3 participants