netty5/codec-http/src
Nolan O'Brien d56a7560ea Netty force encodes already encoded responses
Motivation:

Fix the regression recently introduced that causes already encoded responses to be encoded again as gzip

Modification:

instead of just looking for IDENTITY, anything set for Content-Encoding should be respected and left as-is

added unit tests to capture this use case

Result:

Fixes #6784
2017-05-27 08:26:14 +02:00
..
main/java/io/netty/handler/codec Netty force encodes already encoded responses 2017-05-27 08:26:14 +02:00
test Netty force encodes already encoded responses 2017-05-27 08:26:14 +02:00