s/sock/util spotted by jbergstroem on irc

This commit is contained in:
benoitc 2010-02-27 15:51:20 +01:00
parent 2b556bb830
commit ccedd37235

View File

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