Merge pull request #1337 from fkysly/patch-1

fix: change 'steam' to 's'
pull/1344/head
Sunface 1 year ago committed by GitHub
commit e0b918fe04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -192,7 +192,7 @@ fn new (stream: TcpStream) {
// websocket是一个WebSocket<TcpStream>或者
// WebSocket<native_tls::TlsStream<TcpStream>>类型
websocket = WebSocket::from_raw_socket(
stream, ......)
s, ......)
}
```

Loading…
Cancel
Save