aboutsummaryrefslogtreecommitdiff
path: root/test/parallel/test-cluster-send-socket-to-worker-http-server.js
AgeCommit message (Collapse)Author
2017-06-12http: handle cases where socket.server is nullLuigi Pinca
Fixes a regression that caused an error to be thrown when trying to emit the 'timeout' event on the server referenced by `socket.server`. Fixes: https://github.com/nodejs/node/issues/13435 Refs: https://github.com/nodejs/node/pull/11926 PR-URL: https://github.com/nodejs/node/pull/13578 Reviewed-By: Colin Ihrig <cjihrig@gmail.com>