We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d77406f commit 1a8b84aCopy full SHA for 1a8b84a
src/main/java/com/ning/http/client/providers/netty/request/NettyConnectListener.java
@@ -113,7 +113,6 @@ public void operationComplete(ChannelFuture handshakeFuture) throws Exception {
113
abortChannelPreemption(poolKey);
114
ConnectException exception = new ConnectException("HostnameVerifier exception");
115
future.abort(exception);
116
- throw exception;
117
}
118
119
0 commit comments