fix proxy request finish

This commit is contained in:
chenjiekun
2023-03-10 18:06:13 +08:00
parent 96bcd1efa4
commit 80372dad5c
2 changed files with 2 additions and 1 deletions

View File

@@ -21,7 +21,7 @@ type ProxyRequest struct {
//}
func (r *ProxyRequest) Finish() error {
fasthttp.ReleaseRequest(r.req)
//fasthttp.ReleaseRequest(r.req)
err := r.RequestReader.Finish()
if err != nil {
log.Warn(err)