remove comment

This commit is contained in:
David Fiala 2024-05-28 14:58:59 -07:00
parent ad598ecbe4
commit 334f0dcdb5
1 changed files with 0 additions and 2 deletions

View File

@ -1421,8 +1421,6 @@ export class Server {
if (this.keepaliveTimeMs < KEEPALIVE_MAX_TIME_MS) {
keepaliveInterval = setInterval(() => {
// NOTE to self: document in PR that prior implementation would overwrite the prior pending timeout
// if the timeout had not occurred before the prior interval had elapsed (bad bug)
const keepaliveTimeout = setTimeout(() => {
if (keepaliveInterval) {
clearInterval(keepaliveInterval);