diff options
author | Alex Auvolat <alex@adnab.me> | 2021-10-13 17:14:26 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-10-13 17:14:26 +0200 |
commit | bc86bd3986429c4dac00a2cdb5cf8e30a092b6f5 (patch) | |
tree | 1c82ed87531cc67803ddd2ab78fce1677ffcde3f | |
parent | 70839d70d86354232f168e63ce4062219acb85c7 (diff) | |
download | netapp-bc86bd3986429c4dac00a2cdb5cf8e30a092b6f5.tar.gz netapp-bc86bd3986429c4dac00a2cdb5cf8e30a092b6f5.zip |
improve comment
-rw-r--r-- | src/client.rs | 2 |
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"); |