OpenSearch/plugins/transport-nio
Tim Brooks 86423f9563
Ensure local addresses aren't null (#31440)
Currently we set local addresses on the creation time of a NioChannel.
However, this may return null as the local address may not have been
set yet. An example is the local address has not been set on a client
channel as the connection process is not yet complete.

This PR modifies the getter to set the local field if it is currently null.
2018-06-20 19:50:14 -06:00
..
licenses Revert upgrade to Netty 4.1.25.Final (#31282) 2018-06-12 19:26:18 -04:00
src Ensure local addresses aren't null (#31440) 2018-06-20 19:50:14 -06:00
build.gradle Revert upgrade to Netty 4.1.25.Final (#31282) 2018-06-12 19:26:18 -04:00