diff --git a/actix-http/src/client/pool.rs b/actix-http/src/client/pool.rs index 7bc862576..f86ef582e 100644 --- a/actix-http/src/client/pool.rs +++ b/actix-http/src/client/pool.rs @@ -594,7 +594,7 @@ where Some(Acquired(this.key.clone(), this.inner.take())), ))); Poll::Ready(()) - } else { + } else { *this.h2 = Some(handshake(io).boxed_local()); self.poll(cx) }