MCPcopy
hub / github.com/urllib3/urllib3 / ProtocolError

Class ProtocolError

src/urllib3/exceptions.py:73–74  ·  view source on GitHub ↗

Raised when something unexpected happens mid-request/response.

Source from the content-addressed store, hash-verified

71
72
73class ProtocolError(HTTPError):
74 """Raised when something unexpected happens mid-request/response."""
75
76
77#: Renamed to ProtocolError but aliased for backwards compatibility.

Callers 3

_error_catcherMethod · 0.85
_update_chunk_lengthMethod · 0.85
urlopenMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected