forked from netty/netty
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HTTP/2 Read Decompression Flow Control Fix
Motivation: The current implementation of the HTTP/2 decompression does not integrate with flow control properly. The decompression code is giving the post-decompression size to the flow control algorithm which results in flow control errors at incorrect times. Modifications: -DecompressorHttp2FrameReader.java will need to change where it hooks into the HTTP/2 codec -Enhance unit tests to test this condition Result: No more flow control errors because of decompression design flaw
- Loading branch information
1 parent
aba28d4
commit 3807f9f
Showing
6 changed files
with
393 additions
and
283 deletions.
There are no files selected for viewing
251 changes: 0 additions & 251 deletions
251
codec-http2/src/main/java/io/netty/handler/codec/http2/DecompressorHttp2FrameReader.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.