9f9e9ecaf9
* 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> |
||
---|---|---|
.. | ||
src | ||
pom.xml |