fix typos

This commit is contained in:
Yang Hau 2022-11-22 20:23:59 +08:00
parent c7e9e0cbae
commit 984ad9d6c7
2 changed files with 2 additions and 2 deletions

View File

@ -208,7 +208,7 @@ pub struct ServerHandshake<S, C> {
impl<S: Read + Write, C: Callback> ServerHandshake<S, C> {
/// Start server handshake. `callback` specifies a custom callback which the user can pass to
/// the handshake, this callback will be called when the a websocket client connnects to the
/// the handshake, this callback will be called when the a websocket client connects to the
/// server, you can specify the callback if you want to add additional header to the client
/// upon join based on the incoming headers.
pub fn start(stream: S, callback: C, config: Option<WebSocketConfig>) -> MidHandshake<Self> {

View File

@ -204,7 +204,7 @@ impl<Stream: Read + Write> WebSocket<Stream> {
/// There is no need to call it again. Calling this function is
/// the same as calling `write_message(Message::Close(..))`.
///
/// After queing the close frame you should continue calling `read_message` or
/// After queuing the close frame you should continue calling `read_message` or
/// `write_pending` to drive the close handshake to completion.
///
/// The websocket RFC defines that the underlying connection should be closed