From 6fc3772c8c4c8cfcc55ac7d25acc4b3d742f8e3b Mon Sep 17 00:00:00 2001 From: benoitc Date: Mon, 1 Mar 2010 18:22:43 +0100 Subject: [PATCH] flacky my friend. spotted by jbergstroem --- 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 d317d0fb..f7b7ddd3 100644 --- a/gunicorn/http/request.py +++ b/gunicorn/http/request.py @@ -13,7 +13,7 @@ from urllib import unquote from gunicorn import __version__ from gunicorn.http.parser import Parser from gunicorn.http.tee import TeeInput -from gunicorn.util import CHUNK_SIZE, read_partial, normalize_name +from gunicorn.util import CHUNK_SIZE, read_partial NORMALIZE_SPACE = re.compile(r'(?:\r\n)?[ \t]+')