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):
|
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