mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-21 22:46:04 +00:00
Introduced ResetException, and using it when failing frames of streams that have been reset already. HttpTransportOverHTTP2.abort(Throwable) checks for this exception and does not close the connection.