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

History | View | Annotate | Download (2.82 KB)

# Date Author Comment
7dffbaf2 01/12/2012 12:17 AM koichik

http: Upgrade/CONNECT request should detach its socket earlier

With Upgrade or CONNECT request, http.ClientRequest emits 'close' event
after its socket is closed. However, after receiving a response, the socket
is not under management by the request.

http.ClientRequest should detach the socket before 'upgrade'/'connect'...

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.

59274e8a 05/20/2011 01:29 PM Ryan Dahl

Merge branch 'v0.4'

Conflicts:
lib/crypto.js
lib/tls.js

8a0ac5b4 05/19/2011 09:44 PM David Trejo

Add test for agent upgrade and example in docs