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

feat(server): expose UpgradeableConnection #3457

Merged
merged 1 commit into from
Dec 11, 2023

Conversation

davidpdrsn
Copy link
Member

Required to support graceful shutdown on hyper-util's "auto conn". More details here hyperium/hyper-util#66

@seanmonstar seanmonstar merged commit 6e3042a into master Dec 11, 2023
20 checks passed
@seanmonstar seanmonstar deleted the expose-upgradeable-connection branch December 11, 2023 19:08
0xE282B0 pushed a commit to 0xE282B0/hyper that referenced this pull request Jan 12, 2024
…perium#3457)

This is the type returned by `Connection::with_upgrades()`. Making it nameable allows others to use its graceful shutdown method.
0xE282B0 pushed a commit to 0xE282B0/hyper that referenced this pull request Jan 16, 2024
…perium#3457)

This is the type returned by `Connection::with_upgrades()`. Making it nameable allows others to use its graceful shutdown method.

Signed-off-by: Sven Pfennig <s.pfennig@reply.de>
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.

3 participants