You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
seanmonstar opened this issue
Jun 6, 2018
· 0 comments
Labels
A-http2Area: HTTP/2 specific.A-serverArea: server.C-bugCategory: bug. Something is wrong. This is bad!E-mediumEffort: medium. Some knowledge of how hyper internal works would be useful.
A-http2Area: HTTP/2 specific.A-serverArea: server.C-bugCategory: bug. Something is wrong. This is bad!E-mediumEffort: medium. Some knowledge of how hyper internal works would be useful.
Calling
Connection::graceful_shutdown
on an HTTP2 connection will just panic, as it hits anunimplemented!
inside hyper.The text was updated successfully, but these errors were encountered: