netty5/codec-http2/src
Vladimir Gordiychuk fe8ecea366 Http2FrameLogger avoid hex dump of the ByteBufs when log disabled
Motivation:

Currentry logger create hex dump even if log write will not apply.
It's unecessary GC overhead.

Modifications:

Restore optimization from #3492

Result:

Fixes #7025
2017-07-26 21:21:04 +02:00
..
main/java/io/netty/handler/codec/http2 Http2FrameLogger avoid hex dump of the ByteBufs when log disabled 2017-07-26 21:21:04 +02:00
test Http2ConnectionHandler: allow graceful shutdown to wait forever 2017-07-26 20:40:24 +02:00