testing/xpcshell/moz-spdy/README.txt

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

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

mercurial