Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/benoitc/gunicorn
/ LimitRequestHeaders
Class
LimitRequestHeaders
gunicorn/asgi/parser.py:70–71 ·
view source on GitHub ↗
Too many headers or header field too large.
Source
from the content-addressed store, hash-verified
68
69
70
class
LimitRequestHeaders(ParseError):
71
""
"Too many headers or header field too large."
""
72
73
74
class
InvalidRequestLine(ParseError):
Callers
1
_parse_headers
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected