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
As part of the upgrade to std::future (#1805), the HTTP2 support was left as unimplemented!. This needs to be re-enabled, but depends on the h2 crate updating.
The text was updated successfully, but these errors were encountered:
seanmonstar
added
B-upstream
Blocked: needs a change in a dependency or the compiler.
E-hard
Effort: hard. Likely requires a deeper understanding of how hyper's internals work.
A-http2
Area: HTTP/2 specific.
labels
Jul 9, 2019
The relevant work in the h2 crate has merged! Next up: re-enabling the http2 stuff inside hyper. It should be a bit easier, mostly just translating old Future to new.
seanmonstar
added
E-medium
Effort: medium. Some knowledge of how hyper internal works would be useful.
and removed
B-upstream
Blocked: needs a change in a dependency or the compiler.
E-hard
Effort: hard. Likely requires a deeper understanding of how hyper's internals work.
labels
Aug 17, 2019
As part of the upgrade to
std::future
(#1805), the HTTP2 support was left asunimplemented!
. This needs to be re-enabled, but depends on theh2
crate updating.The text was updated successfully, but these errors were encountered: