mirror of
https://github.com/frappe/gunicorn.git
synced 2026-07-04 03:31:29 +08:00
fix: Limit peek to 8KB
This commit is contained in:
parent
ee9bf1e950
commit
48260712ea
@ -32,7 +32,7 @@ from .. import sock
|
||||
from ..http import wsgi
|
||||
|
||||
# how many bytes to peek when classifying a request by its request line
|
||||
REQUEST_LINE_PEEK = 65536
|
||||
REQUEST_LINE_PEEK = 8192
|
||||
|
||||
|
||||
class TConn:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user