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
Motivation:
It seems that Netty HTTP/2 decompression accounts for padding twice, failing the decompression of a response when padding is not zero.
Changes:
When processing a compressed entity, set padding to zero and refund the padding to the original flow controller immediately.
0 commit comments