mirror of https://github.com/apache/druid.git
bd95b426c9
* Fix missing exception handling as part of `io.druid.java.util.http.client.netty.HttpClientPipelineFactory` * 1. Extends SimpleChannelUpstreamHandler; 2. Remove sendUpstream; 3. Using ExpectedException. * Add more checks for channel * Fix missing exception handler in NettyHttpClient and ChannelResourceFactory * Rename the anonymous class of `SimpleChannelUpstreamHandler` as connectionErrorHandler & use `addLast` instead of `addFirst` * Remove `removeHandlers()` * Using expectedException.expect instead of Assert.assertNotNull in testHttpsEchoServer * Using handshakeFuture.setFailure instead of logger * Using handshakeFuture.setFailure instead of logger |
||
---|---|---|
.. | ||
src | ||
pom.xml |