netty5/codec-http/src
Norman Maurer 0eeeb76439 Fix handling of FullHttpResponse when respond to HEAD in HttpServerCodec
Motivation:

cb139043f3 introduced special handling of response to HEAD requests. Due a bug we failed to handle FullHttpResponse correctly.

Modifications:

Correctly handle FullHttpResponse for HEAD requests.

Result:

Works as expected.
2016-12-21 20:53:02 +01:00
..
main/java/io/netty/handler/codec Fix handling of FullHttpResponse when respond to HEAD in HttpServerCodec 2016-12-21 20:53:02 +01:00
test Fix handling of FullHttpResponse when respond to HEAD in HttpServerCodec 2016-12-21 20:53:02 +01:00