From 35c0a8dfe8afea34ec789a615f47d3f67b43177c Mon Sep 17 00:00:00 2001 From: fakeshadow <24548779@qq.com> Date: Mon, 8 Feb 2021 13:43:25 -0800 Subject: [PATCH] fix comment --- actix-http/src/client/pool.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actix-http/src/client/pool.rs b/actix-http/src/client/pool.rs index f68a6ed39..1de1a41d2 100644 --- a/actix-http/src/client/pool.rs +++ b/actix-http/src/client/pool.rs @@ -517,7 +517,7 @@ where F: Future> + '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 {