Fixed a typo in an error message, WANT_WRITE -> WANT_READ
This commit is contained in:
parent
09f2a3e9db
commit
d5299a8d2b
|
|
@ -1805,7 +1805,7 @@ impl<S> SslStream<S> {
|
|||
None => {
|
||||
io::Error::new(
|
||||
io::ErrorKind::Other,
|
||||
"BUG: got an SSL_ERROR_WANT_WRITE with no error in the BIO",
|
||||
"BUG: got an SSL_ERROR_WANT_READ with no error in the BIO",
|
||||
)
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue