mirror of https://github.com/fafhrd91/actix-web
fix comment
This commit is contained in:
parent
e2d4ea6a66
commit
35c0a8dfe8
|
@ -517,7 +517,7 @@ where
|
|||
F: Future<Output = Result<(Io, Protocol), ConnectError>> + 'static,
|
||||
{
|
||||
// OpenWaitingConnection would guard the spawn task and release
|
||||
// permission/wake up support future when spawn task is canceled/generated error.
|
||||
// permission/wake up support future when spawn task is canceled.
|
||||
let mut guard = OpenWaitingConnection { inner: Some(inner) };
|
||||
|
||||
actix_rt::spawn(async move {
|
||||
|
|
Loading…
Reference in New Issue