[FIX] Исправление записи сообщения NettyIpForwardHandler 2

This commit is contained in:
Gravit 2019-05-09 21:35:38 +07:00
parent 8fe01853a2
commit 66f0a8b9d1
No known key found for this signature in database
GPG key ID: 061981E1E85D3216

View file

@ -18,7 +18,7 @@ public NettyIpForwardHandler(NettyConnectContext context) {
@Override @Override
public void channelRead(ChannelHandlerContext ctx, Object msg) throws Exception { public void channelRead(ChannelHandlerContext ctx, Object msg) throws Exception {
//super.channelRead(ctx, msg); //super.channelRead(ctx, msg);
if(context.ip != null) if(context.ip != null)
{ {
ctx.writeAndFlush(msg); ctx.writeAndFlush(msg);