mirror of https://github.com/lukechilds/node.git
Browse Source
Before sending a socket from a cluster master to a worker, we would call listen in UV but not handle the error. I made createServerHandle call listen on Windows so we get a chance the handle any bind/listen errors early. This fix is 100% windows specific. It fixes test-cluster-bind-twice and test-cluster-shared-handle-bind-error on Windows.v0.11.12-release
Alexis Campailla
11 years ago
committed by
Timothy J Fontaine
1 changed files with 23 additions and 4 deletions
Loading…
Reference in new issue