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
26283de998
commit
b1b329aae1
@ -36,6 +36,7 @@ public class ServerHandleHttpReportClientProxyClientTransferResponseTypeAdvanced
|
||||
Channel transferNextChannel = ChannelAttributeKeyUtils.getTransferNextChannel(transferChannel);
|
||||
|
||||
if(ObjectUtils.isNotEmpty(transferNextChannel)) {
|
||||
log.info("目标客户端返回数据通过服务端下发到原始通道");
|
||||
NettyProxyMsg responseProxyMsg = new NettyProxyMsg();
|
||||
responseProxyMsg.setData(nettyProxyMsg.getData());
|
||||
responseProxyMsg.setType(TcpMessageType.HTTP_DISTRIBUTE_CLIENT_PROXY_CLIENT_TRANSFER_RESPONSE_);
|
||||
|
Loading…
x
Reference in New Issue
Block a user