-
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
GzipHandler's DeflaterPool should be dumpable #5246
Labels
Comments
lachlan-roberts
added a commit
that referenced
this issue
Sep 9, 2020
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Opened PR #5248 for |
joakime
added a commit
that referenced
this issue
Sep 17, 2020
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
Opened PR #5294 for |
joakime
added a commit
that referenced
this issue
Sep 22, 2020
…flaterpool-dump Issue #5246 - Adding DeflaterPool to GzipHandler.dump
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Jetty version
9.4.31
Description
The DeflaterPool being used by the GzipHandler is not included in the server dump output.
This should be dumped, including details of how big the pool currently is.
The text was updated successfully, but these errors were encountered: