pub async fn server_accept( stream: &mut (impl AsyncWrite + Unpin), ) -> Result<(), Error>
服务端发送握手成功响应(1 字节 STATUS_OK)。
STATUS_OK