Skip to content

Commit

Permalink
Update src/client.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Mikołaj Florkiewicz <[email protected]>
  • Loading branch information
oblique and fl0rek authored Apr 8, 2024
1 parent bbf1d63 commit 8060e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ impl<const S: usize> ClientConnectionHandler<S> {
continue;
}

// Sending finished and we have nothing else to send, so close the stream.
// Sending finished and we have nothing else to send, so we close the stream.
let _ = sink.poll_close_unpin(cx);
self.sink_state = SinkState::None;
self.change_sending_state(SendingState::Ready);
Expand Down

0 comments on commit 8060e52

Please sign in to comment.