Searched refs:RemoteDisconnected (Results 1 – 7 of 7) sorted by relevance
287 raise RemoteDisconnected("Remote end closed connection without"1519 class RemoteDisconnected(ConnectionResetError, BadStatusLine): class
1657 (io.BytesIO, client.RemoteDisconnected),1677 self.assertRaises(client.RemoteDisconnected, conn.getresponse)
1167 except http.client.RemoteDisconnected:
220 .. exception:: RemoteDisconnected
1204 now raises a :exc:`~http.client.RemoteDisconnected` exception when a1206 :exc:`ConnectionError` (of which ``RemoteDisconnected``1216 except http.client.RemoteDisconnected:
1096 http.client.RemoteDisconnected exception in 3.5.0a4.
1741 http.client.RemoteDisconnected exception in 3.5.0a4.