Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
https: remove closeIdleConnections function while calling server close
Correcting the #50194 backporting mistake. server.closeIdleConnections shouldn't be called while server.close in node v18. This behavior is for node v19 and above. fixes: #52330, #51677,
- Loading branch information