-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update GzipHandler #5198
Milestone
Comments
lachlan-roberts
added a commit
that referenced
this issue
Sep 8, 2020
…Pool Signed-off-by: Lachlan Roberts <[email protected]>
lachlan-roberts
added a commit
that referenced
this issue
Sep 8, 2020
Signed-off-by: Lachlan Roberts <[email protected]>
lachlan-roberts
added a commit
that referenced
this issue
Sep 9, 2020
Signed-off-by: Lachlan Roberts <[email protected]>
lachlan-roberts
added a commit
that referenced
this issue
Sep 9, 2020
Signed-off-by: Lachlan Roberts <[email protected]>
lachlan-roberts
added a commit
that referenced
this issue
Sep 9, 2020
The CRC32 checksum may need to convert the ByteBuffer to an array anyway so we are better off not setting the deflater input with ByteBuffer directly. Signed-off-by: Lachlan Roberts <[email protected]>
lachlan-roberts
added a commit
that referenced
this issue
Sep 21, 2020
…dler Issue #5198 - update gzip handler
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
GzipHandler can user the ByteBuffer API in Jetty-10.
There are also several other open GzipHandler issues that might be addressed in an update: #4988, #4317, #2553, #1761
The text was updated successfully, but these errors were encountered: