netty5/codec-http2/src
Scott Mitchell 900353af52 HTTP/2 Reduce Log Level
Motivation:
83c4aa6ad8 changed the log level to warn, but should have changed to debug.

Modifications:
- Change the log level to debug in Http2ConnectionHandler if the GO_AWAY fails to send. The write failure could be the result of the channel already being closed.

Result:
Fixes https://github.com/netty/netty/issues/4930.
2016-03-04 17:25:04 -08:00
..
main/java/io/netty/handler/codec/http2 HTTP/2 Reduce Log Level 2016-03-04 17:25:04 -08:00
test HTTP/2 stream removed from map before onStreamClosed called 2016-02-29 08:46:22 -08:00