improve comment
This commit is contained in:
parent
70839d70d8
commit
bc86bd3986
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue