netty5/codec-http/src
Chris Conroy 9bec25a6eb Set the Transfer-Encoding header instead of adding
Motivation:

HttpUtil.setTransferEncodingChunked could add a second Transfer-Encoding
header if one was already present. While this is technically valid, it
does not appear to be the intent of the method.

Result:

Only one Transfer-Encoding header is present after calling this method.
2017-01-25 07:53:53 +01:00
..
main/java/io/netty/handler/codec Set the Transfer-Encoding header instead of adding 2017-01-25 07:53:53 +01:00
test Set the Transfer-Encoding header instead of adding 2017-01-25 07:53:53 +01:00