diff --git a/http/http.go b/http/http.go index 6bbf84c..441b768 100644 --- a/http/http.go +++ b/http/http.go @@ -64,7 +64,6 @@ func (c *HttpCtx) Close() { f(c) } - c.Resp.Close() close(c.closing) } func (c *HttpCtx) IsClosing() <-chan struct{} {