From 0ff2d772aefdce7734c47cfbfbf852b1a6890b77 Mon Sep 17 00:00:00 2001 From: ssrlive <30760636+ssrlive@users.noreply.github.com> Date: Tue, 15 Nov 2022 18:56:21 +0800 Subject: [PATCH] Update src/handshake/machine.rs Co-authored-by: Daniel Abramov --- src/handshake/machine.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/handshake/machine.rs b/src/handshake/machine.rs index 7348cf7..eacb4bf 100644 --- a/src/handshake/machine.rs +++ b/src/handshake/machine.rs @@ -1,4 +1,4 @@ -//! handshake machine. +//! WebSocket handshake machine. use bytes::Buf; use log::*;