http: move free socket error handling to agent#32003
http: move free socket error handling to agent#32003ronag wants to merge 1 commit intonodejs:masterfrom
Conversation
99d8e3e to
1f13aa4
Compare
There was a problem hiding this comment.
This should be handled at some point in a separate PR. If an error is scheduled in the nextTick then it would become unhandled.
It's always been a problem as far as I can see.
|
@ronag This needs a rebase :) |
Damn! I keep causing conflicts :D. |
bbe1217 to
2a2c211
Compare
mcollina
left a comment
There was a problem hiding this comment.
This needs a CITGM run.
Is this going to affect https://www.npmjs.com/package/http-proxy-agent?
|
CITGM looks good |
@mcollina: As far as I can see, no. It just calls |
|
@nodejs/http |
|
@ronag Looks like this needs to be rebased again. |
The http client should not know anything about free sockets. Let the agent handle its pool of sockets.
b51610b to
1772f20
Compare
|
rebased |
|
Landed in 2bf0228 |
The http client should not know anything about free sockets. Let the agent handle its pool of sockets. PR-URL: #32003 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Matteo Collina <[email protected]>
The http client should not know anything about free sockets. Let the agent handle its pool of sockets. PR-URL: #32003 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Matteo Collina <[email protected]>
The http client should not know anything about free sockets. Let the agent handle its pool of sockets. PR-URL: #32003 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Matteo Collina <[email protected]>
The http client should not know anything about free sockets. Let
the agent handle its pool of sockets.
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes