OpenSearch/modules/transport-netty4
Tim Brooks d1acb7697b
Remove internal channel tracking in transports (#27711)
This commit attempts to continue unifying the logic between different
transport implementations. As transports call a `TcpTransport` callback
when a new channel is accepted, there is no need to internally track
channels accepted. Instead there is a set of accepted channels in
`TcpTransport`. This set is used for metrics and shutting down channels.
2017-12-08 16:56:53 -07:00
..
licenses Upgrade to Netty 4.1.13.Final 2017-07-06 15:37:00 -04:00
src Remove internal channel tracking in transports (#27711) 2017-12-08 16:56:53 -07:00
build.gradle Upgrade to Netty 4.1.13.Final 2017-07-06 15:37:00 -04:00