Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/benoitc/gunicorn
/ HTTP2ConnectionError
Class
HTTP2ConnectionError
gunicorn/http2/errors.py:133–134 ·
view source on GitHub ↗
Error affecting the entire connection.
Source
from the content-addressed store, hash-verified
131
132
133
class
HTTP2ConnectionError(HTTP2Error):
134
""
"Error affecting the entire connection."
""
135
136
137
class
HTTP2ConfigurationError(HTTP2Error):
Callers
5
test_connection_error_basic
Method · 0.90
receive_data
Method · 0.85
_send_pending_data
Method · 0.85
receive_data
Method · 0.85
_send_pending_data
Method · 0.85
Calls
no outgoing calls
Tested by
1
test_connection_error_basic
Method · 0.72