cluster: report more errors to workers
authorFedor Indutny <fedor.indutny@gmail.com>
Fri, 27 Dec 2013 17:20:52 +0000 (21:20 +0400)
committerTimothy J Fontaine <tjfontaine@gmail.com>
Tue, 31 Dec 2013 17:47:33 +0000 (09:47 -0800)
commit3e9f2e61db371f8208ccb04824fdfb186de72f36
tree3b3f2f5abd90eab47f96977e56898098bd79b7b2
parentcb5da7b443513627436a276ea4249779930d4648
cluster: report more errors to workers

Some errors for listening and binding to a socket were not properly
delivered to workers.

fix #6767
lib/cluster.js
lib/dgram.js
lib/net.js
test/simple/test-cluster-eaccess.js [new file with mode: 0644]