修正http代理使用GET请求提前return的bug
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user