OpenSearch/modules/transport-netty4
Tim Brooks b4bcbf9f64
Support http read timeouts for transport-nio (#41466)
This is related to #27260. Currently there is a setting
http.read_timeout that allows users to define a read timeout for the
http transport. This commit implements support for this functionality
with the transport-nio plugin. The behavior here is that a repeating
task will be scheduled for the interval defined. If there have been
no requests received since the last run and there are no inflight
requests, the channel will be closed.
2019-05-02 09:48:52 -06:00
..
licenses Upgrade to Netty 4.1.35 (#41499) (#41651) 2019-04-30 09:27:51 +02:00
src Support http read timeouts for transport-nio (#41466) 2019-05-02 09:48:52 -06:00
build.gradle Upgrade to Netty 4.1.35 (#41499) (#41651) 2019-04-30 09:27:51 +02:00