Files
node/lib
Fedor Indutny a6ddfe20d2 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
2013-11-05 18:14:28 +04:00
..
2013-10-31 16:34:35 -07:00
2013-10-16 18:34:52 -07:00
2013-10-30 08:34:47 +01:00
2013-10-28 16:18:18 -07:00
2013-10-31 16:34:35 -07:00
2013-10-31 16:34:35 -07:00
2013-10-28 13:35:34 +01:00
2013-10-31 16:34:35 -07:00
2013-03-28 13:19:08 -07:00
2012-06-28 10:14:03 -07:00
2013-10-31 16:34:35 -07:00
2013-10-30 08:34:47 +01:00
2013-08-01 15:08:01 -07:00
2013-08-28 22:27:24 -07:00