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
{{ message }}
This repository has been archived by the owner on Apr 16, 2020. It is now read-only.
@seanmonstar I mean, my hope was that the tower-h2 impl was available to use standalone and hyper used it to provide HTTP/2.0 support. I'm not sure how possible that is.
Places where errors are discarded:
client::Background::poll
:tower-h2/src/client/background.rs
Line 55 in e209b83
Flush::poll
:tower-h2/src/flush.rs
Line 171 in e209b83
server::Background::poll
:tower-h2/src/server/mod.rs
Lines 454 to 455 in e209b83
Loss of specificity:
server::Background::poll
: error always sends an INTERNAL_ERROR:tower-h2/src/server/mod.rs
Lines 430 to 432 in e209b83
(N.B. that I'm still adding to the list)
The text was updated successfully, but these errors were encountered: