Skip to content

https: fix connection checking interval not clearing on server close

The connection checking interval should get cleared when https.Server.close is called similarly to how it gets cleared when http.Server.close is called. Note that this also adds a call to closeIdleConnections() to https.server.close.

Fixes https://github.com/nodejs/node/issues/48373

Merge request reports

Loading