Unverified Commit e33047d1 authored by Steven Fackler's avatar Steven Fackler Committed by GitHub
Browse files

Update openssl/src/ssl/mod.rs

parent 3192e541
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -3709,8 +3709,7 @@ impl<S: Read + Write> SslStream<S> {
        }
    }

    /// It is particularly useful with a nonblocking socket, where the error value will identify if
    /// OpenSSL is waiting on read or write readiness.
    /// Reads data from the stream, without removing it from the queue.
    ///
    /// This corresponds to [`SSL_peek`].
    ///