parent
0e34ad4bcf
commit
f2fae1f83f
|
|
@ -22,7 +22,7 @@ pub enum Error {
|
||||||
/// An attempt to write data from the underlying socket returned
|
/// An attempt to write data from the underlying socket returned
|
||||||
/// `WouldBlock`. Wait for write readiness and reattempt the operation.
|
/// `WouldBlock`. Wait for write readiness and reattempt the operation.
|
||||||
WantWrite(io::Error),
|
WantWrite(io::Error),
|
||||||
#[doc(hidden)] // unused for now
|
/// The client certificate callback requested to be called again.
|
||||||
WantX509Lookup,
|
WantX509Lookup,
|
||||||
/// An error reported by the underlying stream.
|
/// An error reported by the underlying stream.
|
||||||
Stream(io::Error),
|
Stream(io::Error),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue