Home
last modified time | relevance | path

Searched refs:RemoteDisconnected (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython3/Lib/http/
Dclient.py265 raise RemoteDisconnected("Remote end closed connection without"
1457 class RemoteDisconnected(ConnectionResetError, BadStatusLine): class
/external/python/cpython3/Lib/xmlrpc/
Dclient.py1155 except http.client.RemoteDisconnected:
/external/python/cpython3/Lib/test/
Dtest_httplib.py1541 (io.BytesIO, client.RemoteDisconnected),
1561 self.assertRaises(client.RemoteDisconnected, conn.getresponse)
/external/python/cpython3/Doc/library/
Dhttp.client.rst191 .. exception:: RemoteDisconnected
/external/python/cpython3/Doc/whatsnew/
D3.5.rst1204 now raises a :exc:`~http.client.RemoteDisconnected` exception when a
1206 :exc:`ConnectionError` (of which ``RemoteDisconnected``
1216 except http.client.RemoteDisconnected:
/external/python/cpython3/Misc/NEWS.d/
D3.5.2rc1.rst1097 http.client.RemoteDisconnected exception in 3.5.0a4.
D3.6.0a1.rst1742 http.client.RemoteDisconnected exception in 3.5.0a4.