Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
44
class
HTTP2ProtocolError(HTTP2Error):
45
""
"Protocol error detected."
""
46
47
error_code = 0x1
# PROTOCOL_ERROR
48
49
50
class
HTTP2InternalError(HTTP2Error):
Callers
8
test_protocol_error
Method · 0.90
test_default_message_from_docstring
Method · 0.90
test_custom_message
Method · 0.90
test_message_and_error_code
Method · 0.90
test_raise_and_catch_http2error
Method · 0.90
test_raise_and_catch_specific
Method · 0.90
receive_data
Method · 0.85
receive_data
Method · 0.85
Calls
no outgoing calls
Tested by
6
test_protocol_error
Method · 0.72
test_default_message_from_docstring
Method · 0.72
test_custom_message
Method · 0.72
test_message_and_error_code
Method · 0.72
test_raise_and_catch_http2error
Method · 0.72
test_raise_and_catch_specific
Method · 0.72