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
@ -48,4 +48,3 @@ class Response(object):
|
|||||||
def close(self):
|
def close(self):
|
||||||
if self.chunked:
|
if self.chunked:
|
||||||
write_chunk(self.socket, "")
|
write_chunk(self.socket, "")
|
||||||
close(self.req.socket)
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user