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

History | View | Annotate | Download (2.44 KB)

# Date Author Comment
19ecc3a4 12/14/2012 08:46 PM isaacs

test updates for streams2

7aa5924d 12/26/2011 02:05 AM koichik

http: fix resource leak

Fixes #2069

018e110c 10/14/2011 07:08 PM Ben Noordhuis

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

87286cc7 10/05/2011 09:51 PM Colton Baker

Fixed a lot of jslint errors.

Fixes #1831

48dcb905 08/02/2011 03:12 PM Mikeal Rogers

Update tests for http2.

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

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

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

3214116b 08/02/2010 01:34 AM Mikeal Rogers

Implement keep-alive for http.Client

Send the 'Connection: keep-alive' header in your request to enable.