thewangzl

Results 3 comments of thewangzl

I review the code, in proxy.go,primaryReader and body of HttpRequest reference each other. when method body.Close() is called in httpContext.Finish(),primaryReader.Close() is called, and then body.Close() ...

@suchen-sci I see mirrorPool will not writeResponse. but when body.close,It will has a endless loop between body.Close() and primaryReader.Close(),because both of them try to call the other one actually.