aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/client.rs2
1 files changed, 1 insertions, 1 deletions
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");