aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2021-10-13 17:14:26 +0200
committerAlex Auvolat <alex@adnab.me>2021-10-13 17:14:26 +0200
commitbc86bd3986429c4dac00a2cdb5cf8e30a092b6f5 (patch)
tree1c82ed87531cc67803ddd2ab78fce1677ffcde3f
parent70839d70d86354232f168e63ce4062219acb85c7 (diff)
downloadnetapp-bc86bd3986429c4dac00a2cdb5cf8e30a092b6f5.tar.gz
netapp-bc86bd3986429c4dac00a2cdb5cf8e30a092b6f5.zip
improve comment
-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");