From 38982985f6ef2157dd0f72465f2a08027a6b4a5b Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 29 Jul 2021 01:48:47 +0100 Subject: [PATCH] client: wip code, compiles Signed-off-by: Ian Jackson --- src/bin/client.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/client.rs b/src/bin/client.rs index 18ba185..f449b68 100644 --- a/src/bin/client.rs +++ b/src/bin/client.rs @@ -45,7 +45,7 @@ where C: hyper::client::connect::Connect + Clone + Send + Sync + 'static, let stream_for_rx = ipif.stdin .take().unwrap(); let mut reqs: Vec> + dyn Future> + Send >>> = Vec::with_capacity(ic.max_requests_outstanding.sat()); // xxx check that ic settings are all honoured -- 2.30.2