mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-23 16:05:00 +00:00
Made sure that the idle timeout mechanism notifies the destination that the connection will close. Also reviewed the close protocol to be: notify destination, then abort, then close. In this way, HTTP/2 can send RST_STREAM before the connection is closed.