1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/testing/xpcshell/moz-spdy/README.txt Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,14 @@ 1.4 +Test server for SPDY unit tests. To run it, you need node >= 0.7.0 (not provided) 1.5 +and node-spdy (provided). Just run 1.6 + 1.7 +node /path/to/moz-spdy.js 1.8 + 1.9 +And you will get a SPDY server listening on port 4443, then you can run the 1.10 +xpcshell unit tests in netwerk/test/unit/test_spdy.js 1.11 + 1.12 +*** A NOTE ON TLS CERTIFICATES *** 1.13 + 1.14 +The certificates used for this test (*.pem in this directory) are the ones 1.15 +provided as examples by node-spdy, and are copied directly from keys/ under 1.16 +its top-level source directory (slightly renamed to match the option names 1.17 +in the options dictionary passed to spdy.createServer).