mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Add test for #1023
This commit is contained in:
parent
b951175c66
commit
72c8be56fc
2
tests/requests/invalid/016.http
Normal file
2
tests/requests/invalid/016.http
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
PUT ///]ufd/: HTTP/1.1\r\n
|
||||||
|
\r\n
|
||||||
3
tests/requests/invalid/016.py
Normal file
3
tests/requests/invalid/016.py
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
from gunicorn.http.errors import InvalidRequestLine
|
||||||
|
|
||||||
|
request = InvalidRequestLine
|
||||||
Loading…
x
Reference in New Issue
Block a user