| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
Not having this listener would result in the same outcome, I believe.
Sorry, something went wrong.
There was a problem hiding this comment.
Removed.
Sorry, something went wrong.
Sorry, something went wrong.
|
Run again on linuxone: https://ci.nodejs.org/job/node-test-commit-linuxone/3775/ |
Sorry, something went wrong.
In test-gc-http-client-timeout.js, res.resume is not a function if error occurs. Remove the error handler. PR-URL: nodejs#22185 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
|
Landed in 2e37d0f |
Sorry, something went wrong.
In test-gc-http-client-timeout.js, res.resume is not a function if error occurs. Remove the error handler. PR-URL: #22185 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
In test-gc-http-client-timeout.js, res.resume is not a function if error occurs. Remove the error handler. PR-URL: nodejs/node#22185 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
| Back | FazBrowse Home | New Git URL |
Before this, test-gc-http-client-timeout.js logs res.resume is not a function when errors are emitted.
This test sometimes fails on my OSX because getaddrinfo may return ENOTFOUND. (The actual uv error code is UV_EAI_NONAME.)
Checklist