Files
node-v0.x-archive/lib
koichik 7dffbaf2ce 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'
event is emitted to pass the socket to a user. After that, it should
emit 'close' event immediately without waiting for closing of the socket.

Fixes #2510.
2012-01-12 14:17:19 +09:00
..
2012-01-10 02:28:49 +01:00
2011-03-14 17:37:05 -07:00
2011-03-14 17:37:05 -07:00
2011-10-31 17:36:43 +09:00
2011-03-14 17:37:05 -07:00
2012-01-09 02:18:39 +01:00
2011-12-20 17:15:22 +00:00
2012-01-11 10:42:39 +01:00
2011-09-15 10:54:08 -07:00
2011-12-19 11:09:16 -08:00
2011-03-14 17:37:05 -07:00
2012-01-09 12:59:28 -08:00
2011-12-22 14:42:25 +01:00
2011-09-08 13:30:52 -07:00