MCPcopy
hub / github.com/benoitc/gunicorn / HTTP2ProtocolError

Class HTTP2ProtocolError

gunicorn/http2/errors.py:44–47  ·  view source on GitHub ↗

Protocol error detected.

Source from the content-addressed store, hash-verified

42
43
44class HTTP2ProtocolError(HTTP2Error):
45 """Protocol error detected."""
46
47 error_code = 0x1 # PROTOCOL_ERROR
48
49
50class HTTP2InternalError(HTTP2Error):

Calls

no outgoing calls