Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/benoitc/gunicorn
/ InvalidChunkExtension
Class
InvalidChunkExtension
gunicorn/asgi/parser.py:102–103 ·
view source on GitHub ↗
Invalid chunk extension per RFC 9112.
Source
from the content-addressed store, hash-verified
100
101
102
class
InvalidChunkExtension(ParseError):
103
""
"Invalid chunk extension per RFC 9112."
""
104
105
106
class
PythonProtocol:
Callers
1
_parse_chunked_body
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected