Home
last modified time | relevance | path

Searched refs:NotConnected (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl/src/ssl/
Dbio.rs135 io::ErrorKind::WouldBlock | io::ErrorKind::NotConnected => true, in retriable_error()
/third_party/python/Lib/http/
Dclient.py977 raise NotConnected()
1464 class NotConnected(HTTPException): class
/third_party/python/Doc/library/
Dhttp.client.rst157 .. exception:: NotConnected