netty5/codec-http/src
Norman Maurer 99b11c95b4 [#4327] Ensure toString() will not throw IllegalReferenceCountException
Motivation:

As toString() is often used while logging we need to ensure this produces no exception.

Modifications:

Ensure we never throw an IllegalReferenceCountException.

Result:

Be able to log without produce exceptions.
2015-10-10 20:12:43 +02:00
..
main/java/io/netty/handler/codec [#4327] Ensure toString() will not throw IllegalReferenceCountException 2015-10-10 20:12:43 +02:00
test [#4265] Not allow to add/set DefaultHttpHeaders to itself. 2015-09-30 08:57:53 +02:00