Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/benoitc/gunicorn
/ LimitRequestLine
Class
LimitRequestLine
gunicorn/asgi/parser.py:66–67 ·
view source on GitHub ↗
Request line exceeds configured limit.
Source
from the content-addressed store, hash-verified
64
65
66
class
LimitRequestLine(ParseError):
67
""
"Request line exceeds configured limit."
""
68
69
70
class
LimitRequestHeaders(ParseError):
Callers
1
_parse_request_line
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected