testing/xpcshell/moz-spdy/README.txt

changeset 1
ca08bd8f51b2
equal deleted inserted replaced
-1:000000000000 0:f02997fbb01b
1 Test server for SPDY unit tests. To run it, you need node >= 0.7.0 (not provided)
2 and node-spdy (provided). Just run
3
4 node /path/to/moz-spdy.js
5
6 And you will get a SPDY server listening on port 4443, then you can run the
7 xpcshell unit tests in netwerk/test/unit/test_spdy.js
8
9 *** A NOTE ON TLS CERTIFICATES ***
10
11 The certificates used for this test (*.pem in this directory) are the ones
12 provided as examples by node-spdy, and are copied directly from keys/ under
13 its top-level source directory (slightly renamed to match the option names
14 in the options dictionary passed to spdy.createServer).

mercurial