MCPcopy
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
102class InvalidChunkExtension(ParseError):
103 """Invalid chunk extension per RFC 9112."""
104
105
106class PythonProtocol:

Callers 1

_parse_chunked_bodyMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected