mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Do the validation on the original, not the result from unicode case folding. Background: latin-1 0xDF is traditionally uppercased 0x53+0x53 which puts it back in ASCII
6 lines
130 B
Python
6 lines
130 B
Python
from gunicorn.config import Config
|
|
from gunicorn.http.errors import InvalidHeaderName
|
|
|
|
cfg = Config()
|
|
request = InvalidHeaderName
|