flacky my friend. spotted by jbergstroem

This commit is contained in:
benoitc 2010-03-01 18:22:43 +01:00
parent 81ea3c078e
commit 6fc3772c8c

View File

@ -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]+')