MCPcopy
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
70class LimitRequestHeaders(ParseError):
71 """Too many headers or header field too large."""
72
73
74class InvalidRequestLine(ParseError):

Callers 1

_parse_headersMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected