Skip to content

Commit 4845ce2

Browse files
author
Stephane Landelle
committed
remove comment
1 parent 28c83d4 commit 4845ce2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1536,7 +1536,6 @@ private void markAsDone(final NettyResponseFuture<?> future, final ChannelHandle
15361536
log.debug(t.getMessage(), t);
15371537
}
15381538

1539-
// FIXME why isReadable and not isConnected
15401539
if (!future.getKeepAlive() || !ctx.getChannel().isReadable()) {
15411540
closeChannel(ctx);
15421541
}

0 commit comments

Comments
 (0)