mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-22 15:15:48 +00:00
* Issue #4965 - WINDOW_UPDATE for locally failed stream should not close the HTTP/2 session. Improved HTTP2Session.onWindowUpdate() code to correctly check whether the stream is already closed, and if so, just drop the WINDOW_UPDATE. Refactored onResetForUnknownStream() to base class. Other small refactorings to improve logging. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>