优化离线后的响应报文

This commit is contained in:
SpringHgui 2021-08-22 00:58:35 +08:00
parent e47c97da0e
commit 5c0f276b89

View File

@ -39,7 +39,7 @@ namespace FastTunnel.Core.Forwarder
try
{
var res = await proxyAsync(host, cancellationToken);
var res = await proxyAsync(host, context, cancellationToken);
return res;
}
catch (Exception ex)