OpenSearch/modules/transport-netty4
Jason Tedor 9c3e4d6e22 Add correct Content-Length on HEAD requests
This commit fixes responses to HEAD requests so that the value of the
Content-Length is correct per the HTTP spec. Namely, the value of this
header should be equal to the Content-Length if the request were not a
HEAD request.

This commit also fixes a memory leak on HEAD requests to the main action
that arose from the bytes on a builder not being released due to them
being dropped on the floor to ensure that the response to the main
action did not have a body.

Relates #21123
2016-10-25 23:08:19 -04:00
..
licenses Upgrade to Netty 4.1.6 2016-10-20 20:13:29 -04:00
src Add correct Content-Length on HEAD requests 2016-10-25 23:08:19 -04:00
build.gradle Upgrade to Netty 4.1.6 2016-10-20 20:13:29 -04:00