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
Issue moved from the old repo. FWIW, http2 is more common now, and is worth looking into again.
We might want to have this support because
All the modern browsers advertise http2 first in ALPN, so, if we want to parrot them and advertise http2 as well, we will get an increasing amount of decoy servers responding "yep, let's talk http2". Then the http/1.1-style incomplete request would trigger "wtf did you just send that's no http2" response.
http2 might have some desirable features that we can use
Issue moved from the old repo. FWIW, http2 is more common now, and is worth looking into again.
We might want to have this support because
All the modern browsers advertise http2 first in ALPN, so, if we want to parrot them and advertise http2 as well, we will get an increasing amount of decoy servers responding "yep, let's talk http2". Then the http/1.1-style incomplete request would trigger "wtf did you just send that's no http2" response.
http2 might have some desirable features that we can use
Per http2 specification https://http2.github.io/http2-spec/#FrameHeader :
This might allow us to ignore the upload limit and substantially improve performance.
The text was updated successfully, but these errors were encountered: