Home
last modified time | relevance | path

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

/third_party/python/Lib/http/
Dclient.py287 raise RemoteDisconnected("Remote end closed connection without"
1519 class RemoteDisconnected(ConnectionResetError, BadStatusLine): class
/third_party/python/Lib/test/
Dtest_httplib.py1657 (io.BytesIO, client.RemoteDisconnected),
1677 self.assertRaises(client.RemoteDisconnected, conn.getresponse)
/third_party/python/Lib/xmlrpc/
Dclient.py1167 except http.client.RemoteDisconnected:
/third_party/python/Doc/library/
Dhttp.client.rst220 .. exception:: RemoteDisconnected
/third_party/python/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:
/third_party/python/Misc/NEWS.d/
D3.5.2rc1.rst1096 http.client.RemoteDisconnected exception in 3.5.0a4.
D3.6.0a1.rst1741 http.client.RemoteDisconnected exception in 3.5.0a4.