mirror of https://github.com/fafhrd91/actix-web
Use ws instead of wss in the doc-test
This commit is contained in:
parent
0e4e0ab5f9
commit
93bc3a7dd0
|
@ -12,7 +12,7 @@
|
||||||
//! #[actix_rt::main]
|
//! #[actix_rt::main]
|
||||||
//! async fn main() {
|
//! async fn main() {
|
||||||
//! let (_resp, mut connection) = Client::new()
|
//! let (_resp, mut connection) = Client::new()
|
||||||
//! .ws("wss://echo.websocket.org")
|
//! .ws("ws://echo.websocket.org")
|
||||||
//! .connect()
|
//! .connect()
|
||||||
//! .await
|
//! .await
|
||||||
//! .unwrap();
|
//! .unwrap();
|
||||||
|
|
Loading…
Reference in New Issue