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

Implement HTTP2 server graceful shutdown #1550

Closed
seanmonstar opened this issue Jun 6, 2018 · 0 comments
Closed

Implement HTTP2 server graceful shutdown #1550

seanmonstar opened this issue Jun 6, 2018 · 0 comments
Labels
A-http2 Area: HTTP/2 specific. A-server Area: server. C-bug Category: bug. Something is wrong. This is bad! E-medium Effort: medium. Some knowledge of how hyper internal works would be useful.

Comments

@seanmonstar
Copy link
Member

Calling Connection::graceful_shutdown on an HTTP2 connection will just panic, as it hits an unimplemented! inside hyper.

@seanmonstar seanmonstar added C-bug Category: bug. Something is wrong. This is bad! A-server Area: server. E-medium Effort: medium. Some knowledge of how hyper internal works would be useful. A-http2 Area: HTTP/2 specific. labels Jun 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-http2 Area: HTTP/2 specific. A-server Area: server. C-bug Category: bug. Something is wrong. This is bad! E-medium Effort: medium. Some knowledge of how hyper internal works would be useful.
Projects
None yet
Development

No branches or pull requests

1 participant