http: refactor headersTimeout and requestTimeout logic by ShogunPanda · Pull Request #41263 · nodejs/node
Fixes: #33440 This PR completely refactors the timeout handling of http.Server as follow: The server maintains a list of connections, backed by a std::set wrapper in the C++ layer. The server star...