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 32b3ccb commit 97f5cd6Copy full SHA for 97f5cd6
src/main/java/com/ning/http/client/providers/netty/NettyAsyncHttpProvider.java
@@ -2087,9 +2087,6 @@ public Object call() throws Exception {
2087
}
2088
};
2089
2090
-// if (future.getKeepAlive()) {
2091
-// future.setReuseChannel(true);
2092
-// }
2093
if (future.getKeepAlive() && response.isChunked()) {
2094
// We must make sure there is no bytes left before executing the next request.
2095
ctx.setAttachment(ac);
0 commit comments