mirror of
https://github.com/FastTunnel/FastTunnel.git
synced 2025-02-08 02:39:29 +08:00
优化离线后的响应报文
This commit is contained in:
parent
e47c97da0e
commit
5c0f276b89
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user