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
If you look at the shown frame negotiation, you can see that the server negotiates an increase of max frame size. However, this is never taken into account, as data frame parsing fails with common_header': Frame size is too large: 95846 (HTTP2::Error::CompressionError).
The main offender seems to be this condition, which doesn't do a thing.
The text was updated successfully, but these errors were encountered:
Coming from: https://gitlab.com/honeyryderchuck/httpx/issues/59 .
If you look at the shown frame negotiation, you can see that the server negotiates an increase of max frame size. However, this is never taken into account, as data frame parsing fails with
common_header': Frame size is too large: 95846 (HTTP2::Error::CompressionError)
.The main offender seems to be this condition, which doesn't do a thing.
The text was updated successfully, but these errors were encountered: