give me some coffee please

This commit is contained in:
benoitc 2010-02-27 15:55:36 +01:00
parent ccedd37235
commit cb706ea818

View File

@ -87,7 +87,7 @@ class Request(object):
# #
# So we try to read here the body and just skip it # So we try to read here the body and just skip it
l = util.CHUNK_SIZE l = CHUNK_SIZE
while True: while True:
b = ctypes.create_string_buffer(l) b = ctypes.create_string_buffer(l)
try: try: