improve comment
All checks were successful
continuous-integration/drone/push Build is passing

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

View file

@ -89,7 +89,7 @@ impl ClientConn {
send_future.await.log_err("ClientConn send_loop"); 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 stop_recv_loop
.send(true) .send(true)
.log_err("ClientConn send true to stop_recv_loop"); .log_err("ClientConn send true to stop_recv_loop");