Skip to content

Commit 08299be

Browse files
committed
("Enable asynchronous CONNECT operation by default with the NettyAsyncHttpProvider") Enable async connect by default
1 parent 521d58b commit 08299be

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
@@ -164,7 +164,7 @@ public boolean remove(Object o) {
164164

165165
private final NettyAsyncHttpProviderConfig asyncHttpProviderConfig;
166166

167-
private boolean executeConnectAsync = false;
167+
private boolean executeConnectAsync = true;
168168

169169
public static final ThreadLocal<Boolean> IN_IO_THREAD = new ThreadLocalBoolean();
170170

0 commit comments

Comments
 (0)