OpenSearch/modules/transport-netty4
Armin Braun f9e755f980 Fixed byte buffer leak in Netty4 request handler
If creating the REST request throws an exception (for example, because
of invalid headers), we leak the request due to failure to release the
buffer (which would otherwise happen after replying on the
channel). This commit addresses this leak by handling the failure case.

Relates #27222
2017-11-02 20:22:19 -04:00
..
licenses Upgrade to Netty 4.1.13.Final 2017-07-06 15:37:00 -04:00
src Fixed byte buffer leak in Netty4 request handler 2017-11-02 20:22:19 -04:00
build.gradle Upgrade to Netty 4.1.13.Final 2017-07-06 15:37:00 -04:00