【fix】 bug fix

This commit is contained in:
wujiawei 2025-04-06 23:03:12 +08:00
parent 26283de998
commit b1b329aae1

View File

@ -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_);