mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-22 23:25:50 +00:00
* Issue #824 - Implement notifications of asynchronous error conditions for HTTP/2. Introduced new method HttpChannelState.asyncError() to be called in case of asynchronous errors, i.e. those errors that do not happen in the HttpChannel.handle() loop. Implemented HTTP/2 callbacks to call HttpChannelState.asyncError() and plug in the existing error handling mechanism. Signed-off-by: Simone Bordet <simone.bordet@gmail.com> * Issue #824 - Implement notifications of asynchronous error conditions for HTTP/2. Improved implementation to ignore idle timeouts for streams and session in case that requests are being handled, matching the HTTP/1.1 behavior. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>