mirror of https://github.com/lukechilds/node.git
Browse Source
Keepalive sockets that are returned to the agent's freesocket pool were previously capturing a reference to the ClientRequest that initiated the request. This commit eliminates that by moving the installation of the socket listeners to a different function. Backport-PR-URL: https://github.com/nodejs/node/pull/15500 PR-URL: https://github.com/nodejs/node/pull/10134 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Evan Lucas <evanlucas@me.com> Reviewed-By: James M Snell <jasnell@gmail.com>v6.x
Evan Torrie
8 years ago
committed by
Myles Borins
1 changed files with 31 additions and 27 deletions
Loading…
Reference in new issue