Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/benoitc/gunicorn
/ InvalidChunkSize
Class
InvalidChunkSize
gunicorn/asgi/parser.py:98–99 ·
view source on GitHub ↗
Invalid chunk size in chunked transfer encoding.
Source
from the content-addressed store, hash-verified
96
97
98
class
InvalidChunkSize(ParseError):
99
""
"Invalid chunk size in chunked transfer encoding."
""
100
101
102
class
InvalidChunkExtension(ParseError):
Callers
1
_parse_chunked_body
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected