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-exceptions.js @ 6f043940

History | View | Annotate | Download (1.76 KB)

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

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

8293bb8a 08/16/2011 10:59 AM koichik

test: refactored http test.

Many http tests had used legacy http.Client.
This refactored it to use modern API.

Fixes #1528.

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).

92789b16 12/04/2010 07:36 PM Ryan Dahl

Fix global leaks

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

Fix global leaks

8921bf45 07/15/2010 05:21 PM Ryan Dahl

Remove race conditions and simplify test-http-exceptions.js

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

Update tests to work with module contexts

ba792ea2 06/23/2010 11:05 PM Ryan Dahl

:%s/sys.puts/console.log/g

and there was much rejoicing

cb79614f 06/20/2010 02:56 PM Ryan Dahl

Don't encourage strange ideas about req race conditions

eda21ccc 06/20/2010 02:13 AM Ryan Dahl

Fix race condition in test-http-exceptions.js

cd4f94e7 05/14/2010 01:16 PM Matt Ranney

Add test for exceptions in HTTP parser event handlers.