From: Ian Jackson Date: Thu, 29 Jul 2021 00:48:47 +0000 (+0100) Subject: client: wip code, compiles X-Git-Tag: hippotat/1.0.0~428 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=38982985f6ef2157dd0f72465f2a08027a6b4a5b;p=hippotat.git client: wip code, compiles Signed-off-by: Ian Jackson --- 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