improve comment
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Alex 2021-10-13 17:14:26 +02:00
parent 70839d70d8
commit bc86bd3986
No known key found for this signature in database
GPG Key ID: EDABF9711E244EB1
1 changed files with 1 additions and 1 deletions

View File

@ -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");