Skip to content

Commit 97f5cd6

Browse files
author
Stephane Landelle
committed
Revert race condition introduced in #420, close #463
1 parent 32b3ccb commit 97f5cd6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2087,9 +2087,6 @@ public Object call() throws Exception {
20872087
}
20882088
};
20892089

2090-
// if (future.getKeepAlive()) {
2091-
// future.setReuseChannel(true);
2092-
// }
20932090
if (future.getKeepAlive() && response.isChunked()) {
20942091
// We must make sure there is no bytes left before executing the next request.
20952092
ctx.setAttachment(ac);

0 commit comments

Comments
 (0)