netty5/codec-http/src
Norman Maurer de1f1a61f3 Ensure no null values are used when add/set headers.
Motivation:

We need to ensure we never allow to have null values set on headers, otherwise we will see a NPE during encoding them.

Modifications:

Add null check.

Result:

Correctly throw exception when a null header value is added/set
2015-06-08 09:33:28 +02:00
..
main/java/io/netty/handler/codec Ensure no null values are used when add/set headers. 2015-06-08 09:33:28 +02:00
test Ensure no null values are used when add/set headers. 2015-06-08 09:33:28 +02:00