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
HTTP/2 library currently ignores HTTP/2 frames with an undefined type. The proposal is to enable the library to handle the extension frames. The change will enable HTTP/2 Go's feature parity to nghttp2 (a popular HTTP/2 library in c).
Requirement:
The change needs to include a feature flag to turn on the extension frame handling when needed.
The change needs to support extension frames associated with a stream. Connection level extension frames are not required in this change, but may be needed in the future.
Extension frames can't be used to open or close a stream, and should not be counted against flow control.