mirror of
https://gitee.com/wujiawei1207537021/wu-lazy-cloud-network.git
synced 2025-06-06 13:27:55 +08:00
【fix】log
This commit is contained in:
parent
9ae7a5715e
commit
eda7bb1b44
@ -33,7 +33,7 @@ public class ClientHandleDistributeClientTransferClientTypeAdvanced extends Abst
|
|||||||
// 把数据转到真实服务
|
// 把数据转到真实服务
|
||||||
ByteBuf buf = channel.config().getAllocator().buffer(nettyProxyMsg.getData().length);
|
ByteBuf buf = channel.config().getAllocator().buffer(nettyProxyMsg.getData().length);
|
||||||
buf.writeBytes(nettyProxyMsg.getData());
|
buf.writeBytes(nettyProxyMsg.getData());
|
||||||
|
log.info("client permeate client send request byte:{} to real socket",new String(nettyProxyMsg.getData()));
|
||||||
nextChannel.writeAndFlush(buf);
|
nextChannel.writeAndFlush(buf);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user