mirror of https://github.com/fafhrd91/actix-web
Update actix-http/examples/ws.rs
This commit is contained in:
parent
535d58ef09
commit
879b2b224b
|
@ -17,7 +17,6 @@ use actix_server::Server;
|
||||||
use bytes::{Bytes, BytesMut};
|
use bytes::{Bytes, BytesMut};
|
||||||
use bytestring::ByteString;
|
use bytestring::ByteString;
|
||||||
use futures_core::{ready, Stream};
|
use futures_core::{ready, Stream};
|
||||||
use http::StatusCode;
|
|
||||||
|
|
||||||
#[actix_rt::main]
|
#[actix_rt::main]
|
||||||
async fn main() -> io::Result<()> {
|
async fn main() -> io::Result<()> {
|
||||||
|
|
Loading…
Reference in New Issue