empty line

This commit is contained in:
benoitc 2010-02-28 18:54:10 +01:00
parent d92364af71
commit 29fd1cf48f

View File

@ -100,7 +100,6 @@ def read_partial(sock, length, buf=None):
return buf[:l]
return buf
def write_chunk(sock, data):
chunk = "".join(("%X\r\n" % len(data), data, "\r\n"))
sock.sendall(chunk)