mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
no need to close the socket here
This commit is contained in:
parent
1d326f88c4
commit
d192b1e653
@ -47,5 +47,4 @@ class Response(object):
|
||||
|
||||
def close(self):
|
||||
if self.chunked:
|
||||
write_chunk(self.socket, "")
|
||||
close(self.req.socket)
|
||||
write_chunk(self.socket, "")
|
||||
Loading…
x
Reference in New Issue
Block a user