From cb706ea8185d6141f61247ce9a22a749859dbec7 Mon Sep 17 00:00:00 2001 From: benoitc Date: Sat, 27 Feb 2010 15:55:36 +0100 Subject: [PATCH] give me some coffee please --- gunicorn/http/request.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gunicorn/http/request.py b/gunicorn/http/request.py index a1500d44..7daac567 100644 --- a/gunicorn/http/request.py +++ b/gunicorn/http/request.py @@ -87,7 +87,7 @@ class Request(object): # # So we try to read here the body and just skip it - l = util.CHUNK_SIZE + l = CHUNK_SIZE while True: b = ctypes.create_string_buffer(l) try: