jetty.project/jetty-http2
Simone Bordet 732277c002 Converted IOException to EofException in case of client close or reset.
It's common for a client to either close the connection or reset a
stream, so EofException is a better exception to report since it will
be logged at DEBUG level by the server, reducing the noise in the logs.
2017-01-18 10:41:01 +01:00
..
http2-alpn-tests Issue #1073 - JDK9 support in Jetty 9.3.x. 2017-01-13 19:02:28 +01:00
http2-client Updating to version 9.3.16-SNAPSHOT 2016-12-20 13:09:32 -07:00
http2-common Updating to version 9.3.16-SNAPSHOT 2016-12-20 13:09:32 -07:00
http2-hpack Updating to version 9.3.16-SNAPSHOT 2016-12-20 13:09:32 -07:00
http2-http-client-transport Issue #1073 - JDK9 support in Jetty 9.3.x. 2017-01-17 11:32:20 +01:00
http2-server Converted IOException to EofException in case of client close or reset. 2017-01-18 10:41:01 +01:00
pom.xml Issue #1073 - JDK9 support in Jetty 9.3.x. 2017-01-13 19:02:28 +01:00