mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Ambiguous mappings open a bottomless pit of "what is user input and what is proxy input" confusion. Default to what everyone else has been doing for years now, silently drop. see also https://nginx.org/r/underscores_in_headers
10 lines
182 B
Python
10 lines
182 B
Python
request = {
|
|
"method": "GET",
|
|
"uri": uri("/keep/same/as?invalid/040"),
|
|
"version": (1, 0),
|
|
"headers": [
|
|
("CONTENT-LENGTH", "7")
|
|
],
|
|
"body": b'tricked'
|
|
}
|