From bc86bd3986429c4dac00a2cdb5cf8e30a092b6f5 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Wed, 13 Oct 2021 17:14:26 +0200 Subject: [PATCH] improve comment --- src/client.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client.rs b/src/client.rs index 773fa9d..ffa6893 100644 --- a/src/client.rs +++ b/src/client.rs @@ -89,7 +89,7 @@ impl ClientConn { send_future.await.log_err("ClientConn send_loop"); - // TODO here: wait for inflight requests to all have their response + // FIXME: should do here: wait for inflight requests to all have their response stop_recv_loop .send(true) .log_err("ClientConn send true to stop_recv_loop");