Remove fixed TODO
This commit is contained in:
parent
4e36fbca58
commit
891cf343ca
@ -39,8 +39,6 @@ public class HexDumpProxyFrontendHandler extends ChannelInboundByteHandlerAdapte
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void channelActive(ChannelHandlerContext ctx) throws Exception {
|
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();
|
final Channel inboundChannel = ctx.channel();
|
||||||
|
|
||||||
// Start the connection attempt.
|
// Start the connection attempt.
|
||||||
|
Loading…
Reference in New Issue
Block a user