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-proxy.js @ b0c0111b

History | View | Annotate | Download (3.32 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).

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

Fix global leaks

38f8665f 10/04/2010 01:50 PM Ryan Dahl

lib/http.js - nested loop stepping on variables of outer loop

Fixes #318.

6560ab90 09/15/2010 06:55 PM Sam Stephenson

Send multiple header lines in ServerResponse#writeHead when header values are arrays

7059be19 08/11/2010 08:27 PM Bert Belder

Fix http and net tests failing due to race condition

Plus some minor cosmetic corrections

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

Update tests to work with module contexts

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

Don't encourage strange ideas about req race conditions

14414f81 06/15/2010 03:38 PM Ryan Dahl

Soft deprecation of 'listening' event.

Add callback param to listen() instead

50c70ac7 04/08/2010 03:24 PM Ryan Dahl

Update stream API: forceClose() -> destroy(), close() -> end()

b80f6e9e 03/19/2010 10:52 PM Ryan Dahl

http2 now default

1762abce 03/18/2010 06:49 PM Ryan Dahl

http2 now passes all tests

33d5c46e 03/18/2010 05:01 PM Ryan Dahl

All tests to use http2

5861db8a 03/08/2010 08:57 PM isaacs

Remove process.mixin dependency from all tests.

724ccf10 02/26/2010 03:20 PM arlolra

Tests on common port.

b1b84960 02/25/2010 04:01 PM Benjamin Thomas

Rename writeHeader to writeHead

04fac198 02/25/2010 02:41 PM arlolra

Split tests.