1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 20:57:43 +02:00
This commit is contained in:
Nikolay Kim
2019-12-25 15:10:13 +04:00
parent 0fe8038d23
commit 119027f822
4 changed files with 5 additions and 5 deletions

View File

@ -88,7 +88,7 @@ impl<T: AsyncRead + AsyncWrite + Unpin + 'static> Service for AcceptorService<T>
let acc = acc;
tokio_openssl::accept(&acc, req).await
}
.boxed_local(),
.boxed_local(),
}
}
}