Skip to content

Commit 7e16c69

Browse files
committed
netty: cleanup dead code
1 parent 980ff53 commit 7e16c69

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

modules/jooby-netty/src/main/java/io/jooby/internal/netty/NettyHandler.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,9 +181,6 @@ public void channelReadComplete(ChannelHandlerContext ctx) throws Exception {
181181
ctx.flush();
182182
}
183183
}
184-
if (context != null) {
185-
// context.destroy(null);
186-
}
187184
super.channelReadComplete(ctx);
188185
}
189186

0 commit comments

Comments
 (0)