-
Notifications
You must be signed in to change notification settings - Fork 29.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error when newSocket is undefined in lib/_http_agent.js #13831
Labels
async_hooks
Issues and PRs related to the async hooks subsystem.
http
Issues or PRs related to the http subsystem.
Comments
mscdex
added
the
async_hooks
Issues and PRs related to the async hooks subsystem.
label
Jun 21, 2017
This is a duplicate of the second part of this issue which I've now re-opened. |
3 tasks
refack
added a commit
to refack/node
that referenced
this issue
Jul 3, 2017
PR-URL: nodejs#13839 Fixes: nodejs#13045 Fixes: nodejs#13831 Refs: nodejs#13352 Refs: nodejs#13548 (comment) Reviewed-By: Trevor Norris <[email protected]>
addaleax
pushed a commit
to addaleax/node
that referenced
this issue
Jul 3, 2017
PR-URL: nodejs#13839 Fixes: nodejs#13045 Fixes: nodejs#13831 Refs: nodejs#13352 Refs: nodejs#13548 (comment) Reviewed-By: Trevor Norris <[email protected]>
addaleax
pushed a commit
that referenced
this issue
Jul 11, 2017
PR-URL: #13839 Fixes: #13045 Fixes: #13831 Refs: #13352 Refs: #13548 (comment) Reviewed-By: Trevor Norris <[email protected]>
addaleax
pushed a commit
that referenced
this issue
Jul 18, 2017
PR-URL: #13839 Fixes: #13045 Fixes: #13831 Refs: #13352 Refs: #13548 (comment) Reviewed-By: Trevor Norris <[email protected]>
Fishrock123
pushed a commit
that referenced
this issue
Jul 19, 2017
PR-URL: #13839 Fixes: #13045 Fixes: #13831 Refs: #13352 Refs: #13548 (comment) Reviewed-By: Trevor Norris <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
async_hooks
Issues and PRs related to the async hooks subsystem.
http
Issues or PRs related to the http subsystem.
in https://github.com/nodejs/node/blob/master/lib/_http_agent.js
you have the code
How can you call _handle on newSocket in case there was an error creating that newSocket?
Looks not right to me.
For example where I run into it:
I have a need in a simple custom .createConnection where I do
And since one of your latest releases I'm receiving this error from time to time when localhandle is an error:
The text was updated successfully, but these errors were encountered: