Skip to content

Commit

Permalink
Remove Extra Keep Alive set in QuicConnStart (#4849)
Browse files Browse the repository at this point in the history
  • Loading branch information
anrossi authored Feb 25, 2025
1 parent b7e9a8b commit 13e95c6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/core/connection.c
Original file line number Diff line number Diff line change
Expand Up @@ -1919,13 +1919,6 @@ QuicConnStart(
goto Exit;
}

if (Connection->Settings.KeepAliveIntervalMs != 0) {
QuicConnTimerSet(
Connection,
QUIC_CONN_TIMER_KEEP_ALIVE,
MS_TO_US(Connection->Settings.KeepAliveIntervalMs));
}

Exit:

if (ServerName != NULL) {
Expand Down

0 comments on commit 13e95c6

Please sign in to comment.