mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-22 06:55:53 +00:00
Issue #2081 No idle timeout exception when dispatch is delayed * Delegate the readtimeout handling to HttpChannel so that a delayed dispatch can be ended. * Added unit test for delayed dispatch idle * Now using HttpInput.onIdleTimeout() to fail the HttpInput, and then dispatching the request in case it has not been dispatched yet. This ensure consistent behavior independently of the value of HttpConfiguration.delayDispatchUntilContent. * Fixed for both HTTP/1.1 and HTTP/2. * Added tests for non-blocking reads. Signed-off-by: Greg Wilkins <gregw@webtide.com> Signed-off-by: Simone Bordet <simone.bordet@gmail.com>