修正http代理使用GET请求提前return的bug

This commit is contained in:
Mob2003
2023-03-27 14:35:45 +08:00
parent f3881c397a
commit 07a9b5a6f0
5 changed files with 4 additions and 5 deletions
+1
View File
@@ -348,6 +348,7 @@ func (conn *serverConnect) doConnectTcpWithHttpProxy(network common.NetWork, add
conn.Close("读取http代理结果失败")
return
}
resdata = append(resdata, result[:n]...)
l, _, err := parsereq(req, resdata)
if err != nil {