mirror of https://github.com/lukechilds/node.git
Browse Source
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.v0.7.4-release
3 changed files with 35 additions and 11 deletions
Loading…
Reference in new issue