Remove fixed TODO

This commit is contained in:
Norman Maurer 2013-02-18 06:22:03 +01:00
parent 4e36fbca58
commit 891cf343ca

View File

@ -39,8 +39,6 @@ public class HexDumpProxyFrontendHandler extends ChannelInboundByteHandlerAdapte
@Override
public void channelActive(ChannelHandlerContext ctx) throws Exception {
// TODO: Suspend incoming traffic until connected to the remote host.
// Currently, we just keep the inbound traffic in the client channel's outbound buffer.
final Channel inboundChannel = ctx.channel();
// Start the connection attempt.