| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Review requested:
|
Sorry, something went wrong.
|
Do the server.closeIdleConnections calls deleted from the tests in #50194 need to be put back? |
Sorry, something went wrong.
Yes, I believe that the those two tests should be reverted as well. |
Sorry, something went wrong.
Correcting the nodejs#50194 backporting mistake. closeIdleConnections shouldn't be called while server.close in node v18. This behavior is for node v19 and above. fixes: nodejs#52330, nodejs#51677,
|
previous PR got messed up. @richardlau @Linkgoron opened a new PR #52336 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
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,
As discussed here: #48383 (comment)