-
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
Improve handling of unconsumed content #6168
Comments
See also #6167. |
sbordet
added a commit
that referenced
this issue
Apr 13, 2021
Added or expanded the scope of catch blocks to properly handle exceptions thrown by `HttpInput.Interceptor`. Signed-off-by: Simone Bordet <[email protected]>
Also, whilst doing a consumeAll, the interceptors should not be called as that can waste CPU and memory. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Jetty version
9.4.x
Description
The case of unconsumed content, and
HttpInput.Interceptor
throwing an exception, should be handled better.In particular, make sure that exceptions thrown by the interceptor are correctly handled.
The text was updated successfully, but these errors were encountered: