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-http-upgrade-server.js @ b0c0111b

History | View | Annotate | Download (4.89 KB)

# Date Author Comment
018e110c 10/14/2011 07:08 PM Ben Noordhuis

test: replace .addListener() calls with .on()

55048cdf 03/14/2011 08:37 PM Ryan Dahl

Update copyright headers

093dfaf8 12/05/2010 06:42 PM Oleg Efimov

GJSLint all tests, only 3 long lines left in test-url.js

test/simple/test-url.js:31:(0110) Line too long (82 characters).
test/simple/test-url.js:39:(0110) Line too long (85 characters).
test/simple/test-url.js:40:(0110) Line too long (92 characters).

a0159b4b 12/04/2010 06:58 PM Ryan Dahl

Fix global leaks

3fceb491 11/29/2010 07:19 PM Ryan Dahl

Style

e38eb0c5 10/11/2010 06:21 PM Micheil Smith

Soft migration of sys -> util, Removal of deprecated utils module.

9fd5e3c8 07/15/2010 05:21 PM Ryan Dahl

Update tests to work with module contexts

187f1915 06/16/2010 02:27 PM Peter Griess

Support 'upgrade' event in HTTP client.

- Add a unit test for client HTTP upgrade.
- Move around unit tests for server HTTP upgrade.