mirror of
https://gitee.com/wujiawei1207537021/wu-lazy-cloud-network.git
synced 2026-02-04 15:05:54 +08:00
[fix]
This commit is contained in:
@@ -33,7 +33,7 @@ public class ClientHandleDistributeClientTransferClientRequestTypeAdvanced exten
|
|||||||
// 把数据转到真实服务
|
// 把数据转到真实服务
|
||||||
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()));
|
log.info("client permeate client send request to real socket byte:{} ",new String(nettyProxyMsg.getData()));
|
||||||
nextChannel.writeAndFlush(buf);
|
nextChannel.writeAndFlush(buf);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user