Skip to content

Commit 28b5127

Browse files
committed
minor clean up: AsyncHttpClientHandler is last in pipeline
1 parent 8abe2c3 commit 28b5127

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

client/src/main/java/org/asynchttpclient/netty/handler/AsyncHttpClientHandler.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -127,12 +127,6 @@ public void channelInactive(ChannelHandlerContext ctx) throws Exception {
127127
Channel channel = ctx.channel();
128128
channelManager.removeAll(channel);
129129

130-
try {
131-
super.channelInactive(ctx);
132-
} catch (Exception ex) {
133-
logger.trace("super.channelClosed", ex);
134-
}
135-
136130
Object attribute = Channels.getAttribute(channel);
137131
logger.debug("Channel Closed: {} with attribute {}", channel, attribute);
138132
if (attribute instanceof StreamedResponsePublisher) {

0 commit comments

Comments
 (0)