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.
Fix brotli compression during close (netty#13165)
Motivation: Brotli compressed http responses are not properly encoded. Modification: - change BrotliEncoder behavior so that the "finish" operation is performed before the channel is closed - add new Brotli unit tests Result: All brotli tests pass. Co-authored-by: Norman Maurer <[email protected]>
- Loading branch information
1 parent
0710751
commit 48adb26
Showing
2 changed files
with
109 additions
and
1 deletion.
There are no files selected for viewing
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
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