Searched refs:RemoteDisconnected (Results 1 – 7 of 7) sorted by relevance
265 raise RemoteDisconnected("Remote end closed connection without"1457 class RemoteDisconnected(ConnectionResetError, BadStatusLine): class
1155 except http.client.RemoteDisconnected:
1541 (io.BytesIO, client.RemoteDisconnected),1561 self.assertRaises(client.RemoteDisconnected, conn.getresponse)
191 .. exception:: RemoteDisconnected
1204 now raises a :exc:`~http.client.RemoteDisconnected` exception when a1206 :exc:`ConnectionError` (of which ``RemoteDisconnected``1216 except http.client.RemoteDisconnected:
1097 http.client.RemoteDisconnected exception in 3.5.0a4.
1742 http.client.RemoteDisconnected exception in 3.5.0a4.