You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
not ok 547 parallel/test-http-client-get-url
---
duration_ms: 0.247
severity: fail
stack: |-
events.js:182
throw er; // Unhandled 'error' event
^
Error: connect ECONNRESET 127.0.0.1:61573
at Object.exports._errnoException (util.js:1012:11)
at exports._exceptionWithHostPort (util.js:1035:20)
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1136:14)
...
The text was updated successfully, but these errors were encountered:
mscdex
added
http
Issues or PRs related to the http subsystem.
macos
Issues and PRs related to the macOS platform / OSX.
test
Issues and PRs related to the tests.
labels
Jun 6, 2017
Fixed test-http-client-get-url by waiting on HTTP GET
requests to finish before closing the server.
PR-URL: #13516Fixes: #13507
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
Failure in CI run for unrelated change:
https://ci.nodejs.org/job/node-test-commit-osx/10321/nodes=osx1010/console
The text was updated successfully, but these errors were encountered: