-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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 ?
Reactions are currently unavailable