Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
putyWang committed Nov 12, 2023
1 parent 8b6592d commit 0326b47
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/socket/tcp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2332,7 +2332,6 @@ impl<'a> Socket<'a> {
}
_ => (),
}

// We've sent something, whether useful data or a keep-alive packet, so rewind
// the keep-alive timer.
self.timer.rewind_keep_alive(cx.now(), self.keep_alive);
Expand Down

0 comments on commit 0326b47

Please sign in to comment.