mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
empty line
This commit is contained in:
parent
d92364af71
commit
29fd1cf48f
@ -100,7 +100,6 @@ def read_partial(sock, length, buf=None):
|
|||||||
return buf[:l]
|
return buf[:l]
|
||||||
return buf
|
return buf
|
||||||
|
|
||||||
|
|
||||||
def write_chunk(sock, data):
|
def write_chunk(sock, data):
|
||||||
chunk = "".join(("%X\r\n" % len(data), data, "\r\n"))
|
chunk = "".join(("%X\r\n" % len(data), data, "\r\n"))
|
||||||
sock.sendall(chunk)
|
sock.sendall(chunk)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user