Skip to content

Commit 32c7e80

Browse files
jfarcandrlubke
authored andcommitted
Oups fix unwanted commit
1 parent 43c9fbd commit 32c7e80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/ning/http/client/providers/netty/NettyAsyncHttpProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -947,7 +947,7 @@ private <T> ListenableFuture<T> doConnect(final Request request, final AsyncHand
947947

948948
ChannelFuture channelFuture;
949949
ClientBootstrap bootstrap = request.getUrl().startsWith(WEBSOCKET) ? webSocketBootstrap : (useSSl ? secureBootstrap : plainBootstrap);
950-
//bootstrap.setOption("connectTimeoutMillis", config.getConnectionTimeoutInMs());
950+
bootstrap.setOption("connectTimeoutMillis", config.getConnectionTimeoutInMs());
951951

952952
// Do no enable this with win.
953953
if (System.getProperty("os.name").toLowerCase().indexOf("win") == -1) {

0 commit comments

Comments
 (0)