-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
Description
See line https://github.com/KeepSafe/aiohttp/blob/master/aiohttp/wsgi.py#L131
Current code produces error in gunicorn: benoitc/gunicorn#930
IIRC WSGI standard doesn't specifies path unquoting. WSGI library implementations unquotes param internally assuming environ['PATH_INFO']
is not unquoted string.
Any objections to unquote
removing? @fafhrd91 ?