From 931c06dfab0b0c4d7d899931a1b37dcb4c6765b9 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Sun, 10 Nov 2024 16:32:13 +0500 Subject: [PATCH] wip --- ntex-io/src/dispatcher.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/ntex-io/src/dispatcher.rs b/ntex-io/src/dispatcher.rs index e0c76191..e2c1de36 100644 --- a/ntex-io/src/dispatcher.rs +++ b/ntex-io/src/dispatcher.rs @@ -751,6 +751,7 @@ mod tests { io: state.into(), error: Cell::new(None), inflight: Cell::new(0), + ready: Cell::new(false), service: Pipeline::new(service).bind(), });