The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / test / simple / test-cluster-http-pipe.js @ 6f043940

History | View | Annotate | Download (2.12 KB)

# Date Author Comment
0977638f 12/14/2012 08:46 PM isaacs

test: Fix many tests for http streams2 refactor

3795d771 06/19/2012 06:53 PM Bert Belder

windows: `listen(pipe_name)` is not supported when running cluster

- Added a note to the cluster module documentation.
- Disabled test-cluster-http-pipe.

90ce5b3d 03/30/2012 03:59 PM isaacs

cluster: Rename 'death' back to 'exit'

296b7a58 03/09/2012 12:42 PM Ben Noordhuis

cluster: support passing of named pipes

Fixes triggered assertion:

Assertion failed: (0 && "bad address family"), function GetPeerName,
file ../src/tcp_wrap.cc, line 237.

Fixes #2870.