mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
s/sock/util spotted by jbergstroem on irc
This commit is contained in:
parent
2b556bb830
commit
ccedd37235
@ -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 = sock.CHUNK_SIZE
|
l = util.CHUNK_SIZE
|
||||||
while True:
|
while True:
|
||||||
b = ctypes.create_string_buffer(l)
|
b = ctypes.create_string_buffer(l)
|
||||||
try:
|
try:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user