We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cf1d0c commit 61afe91Copy full SHA for 61afe91
1 file changed
httpcore/_sync/http2.py
@@ -522,7 +522,7 @@ def _read_incoming_data(
522
raise ConnectionGoingAway(
523
"Server disconnected after GOAWAY",
524
last_stream_id=last_stream_id if last_stream_id else 0,
525
- error_code=self._connection_terminated.error_code,
+ error_code=self._connection_terminated.error_code, # type: ignore[arg-type]
526
request_stream_id=stream_id,
527
headers_sent=phase["headers_sent"],
528
body_sent=phase["body_sent"],
0 commit comments