Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/benoitc/gunicorn
/ InvalidHeader
Class
InvalidHeader
gunicorn/asgi/parser.py:90–91 ·
view source on GitHub ↗
Invalid header value.
Source
from the content-addressed store, hash-verified
88
89
90
class
InvalidHeader(ParseError):
91
""
"Invalid header value."
""
92
93
94
class
UnsupportedTransferCoding(ParseError):
Callers
2
_parse_headers
Method · 0.70
_finalize_headers
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected