ID EN
HTTP Client

RemoteDisconnected

Python 3.11

A subclass of ConnectionResetError and BadStatusLine. Raised by HTTPConnection.getresponse() when the attempt to read the response results in no data read from the connection, indicating that the remote end has closed the connection.

Syntax

PYTHON
exception http.client.RemoteDisconnected

See Also

ConnectionResetError BadStatusLine HTTPConnection.getresponse() BadStatusLine