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 b835547 commit bbf1d63
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 @@ -623,7 +623,7 @@ impl<const S: usize> ClientConnectionHandler<S> {
}

if let Some(delay) = &mut self.start_sending_timeout {
// If we never reached the `Sending` state within the specified
// If we have never reached the `Sending` state within the specified
// time, we abort and halt this connection.
if delay.poll_unpin(cx).is_ready() {
self.start_sending_timeout.take();
Expand Down

0 comments on commit bbf1d63

Please sign in to comment.