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
Our QpackEncoder will not block more than SETTINGS_QPACK_BLOCKED_STREAMS streams.
But the QpackDecoder also needs to perform verification of this and fail the connection if this is violated.
Our
QpackEncoder
will not block more thanSETTINGS_QPACK_BLOCKED_STREAMS
streams.But the
QpackDecoder
also needs to perform verification of this and fail the connection if this is violated.https://datatracker.ietf.org/doc/html/draft-ietf-quic-qpack-21#section-2.1.2
The text was updated successfully, but these errors were encountered: