OpenSearch/plugins/transport-nio
Tim Brooks 24484ae227
Fix http read timeout test by releasing response (#41801)
This fixes #41794. Currently the read timeout test queues up responses
in the netty pipeline. These responses are immediately returned in the
write call, but they are not released. This commit releases the
responses. This will cause the leak detector to quit throwing
exceptions.
2019-05-03 16:18:26 -06:00
..
licenses Upgrade to Netty 4.1.35 (#41499) (#41651) 2019-04-30 09:27:51 +02:00
src Fix http read timeout test by releasing response (#41801) 2019-05-03 16:18:26 -06:00
build.gradle Upgrade to Netty 4.1.35 (#41499) (#41651) 2019-04-30 09:27:51 +02:00