mirror of
https://gitee.com/wujiawei1207537021/wu-lazy-cloud-network.git
synced 2025-06-06 21:37:56 +08:00
【fix】 bug fix
This commit is contained in:
parent
402f6f0ac1
commit
532d05d4a8
@ -41,7 +41,7 @@ public class ClientHandleDistributeHttpClientProxyClientTransferRequestAdvanced
|
|||||||
buf.writeBytes(nettyProxyMsg.getData());
|
buf.writeBytes(nettyProxyMsg.getData());
|
||||||
nextChannel.writeAndFlush(buf);
|
nextChannel.writeAndFlush(buf);
|
||||||
}else {
|
}else {
|
||||||
log.info("客户端代理到另一个客户端,发送请求到目标客户端但是未找到真实通道");
|
log.error("客户端代理到另一个客户端,发送请求到目标客户端但是未找到真实通道");
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user