Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nodejs/node-v0.x-archive
base: 515607a74022
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: a6ddfe20d2bc
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Nov 5, 2013

  1. tls: more accurate wrapping of connecting socket

    When socket, passed in `tls.connect()` `options` argument is not yet
    connected to the server, `_handle` gets assigned to a `net.Socket`,
    instead of `TLSSocket`.
    
    When socket is connecting to the remote server (i.e. not yet connected,
    but already past dns resolve phase), derive `_connecting` property from
    it, because otherwise `afterConnect()` will throw an assertion.
    
    fix #6443
    indutny committed Nov 5, 2013
    Copy the full SHA
    a6ddfe2 View commit details
    Browse the repository at this point in the history