InputStreamResponseListener should have a read timeout
Open
Enhancement
- Dominant language
- Java
- Stars
- 4.1k
- Forks
- 2k
- Avg merge
- 3d 56m
- Merged PRs (30d)
- 48
Description
**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.
Contributor guide
Assessment
This issue has not been assessed yet.