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 18346a8 commit c9b3cb2Copy full SHA for c9b3cb2
client/src/main/java/org/asynchttpclient/netty/channel/ChannelManager.java
@@ -367,8 +367,8 @@ public void operationComplete(io.netty.util.concurrent.Future<?> future) throws
367
public void closeChannel(Channel channel) {
368
369
LOGGER.debug("Closing Channel {} ", channel);
370
- removeAll(channel);
371
Channels.setDiscard(channel);
+ removeAll(channel);
372
Channels.silentlyCloseChannel(channel);
373
openChannels.remove(channel);
374
}
0 commit comments