netty5/codec-http/src
Norman Maurer 4e3a413047 Correctly handle UpgradeEvent.release(decrement).
Motivation:

We missed to pass the decrement value to the wrapped FullHttpRequest and so missed to decrement the reference count in the correct way.

Modifications:

Correctly pass the decrement value to the wrapped request.

Result:

UpgradeEvent.release(decrement) works as expected.
2016-03-20 09:34:12 +01:00
..
main/java/io/netty/handler/codec Correctly handle UpgradeEvent.release(decrement). 2016-03-20 09:34:12 +01:00
test Add ! to allowed cookie value chars 2016-03-18 16:58:54 +01:00