This commit is contained in:
wjqserver 2025-04-25 17:14:33 +08:00
parent 47de48bcce
commit a7be65a111
4 changed files with 19 additions and 2 deletions

View file

@ -52,7 +52,6 @@ func ChunkedProxyRequest(ctx context.Context, c *app.RequestContext, u string, c
}
setRequestHeaders(c, req)
//removeWSHeader(req) // 删除Conection Upgrade头, 避免与HTTP/2冲突(检查是否存在Upgrade头)
AuthPassThrough(c, cfg, req)
resp, err = client.Do(req)