-
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
InputStreamResponseListener should have a read timeout #7259
Comments
Added constructor with read timeout parameter. Updated implementation to honor the read timeout. Added test case. Signed-off-by: Simone Bordet <[email protected]>
This issue has been automatically marked as stale because it has been a |
This issue has been automatically marked as stale because it has been a |
This issue has been automatically marked as stale because it has been a |
Target Jetty version(s)
9.4.x
Enhancement Description
Class
InputStreamResponseListener
is currently using an infinite wait in case a read blocks.This is sub-optimal because there is a risk that the caller thread waits forever, even if the class is designed to wake up blocked reads in case of errors, timeouts, close, etc.
The text was updated successfully, but these errors were encountered: