netty5/codec/src
Scott Mitchell 6e5fd9311f EmptyHeaders get with default value returns null
Motivation:
EmptyHeaders#get with a default value argument returns null. It should never return null, and instead it should return the default value.

Modifications:
- EmptyHeaders#get with a default value should return that default value

Result:
More correct implementation of the Headers API.
2018-03-19 17:54:26 +01:00
..
main/java/io/netty/handler/codec EmptyHeaders get with default value returns null 2018-03-19 17:54:26 +01:00
test Fix Snappy decoding of large 2-byte literal lengths and copy offsets 2018-02-20 11:42:23 +01:00