node/lib
Fedor Indutny ea7b817266 tls: fix handling of `SNICallback` server option
It shouldn't ignore it!

There're two possibile cases, which should be handled properly:

1. Having a default `SNICallback` which is using contexts, added with
  `server.addContext(...)` routine
2. Having a custom `SNICallback`.

In first case we may want to opt-out setting `.onsniselect` method (and
thus save some CPU time), if there're no contexts added. But, if custom
`SNICallback` is used, `.onsniselect` should always be set, because
server contexts don't affect it.
2013-08-04 14:11:28 +04:00
..
_debugger.js src: Replace macros with util functions 2013-08-01 15:08:01 -07:00
_http_agent.js src: Replace macros with util functions 2013-08-01 15:08:01 -07:00
_http_client.js src: Replace macros with util functions 2013-08-01 15:08:01 -07:00
_http_common.js util: Add debuglog, deprecate console lookalikes 2013-05-21 16:39:50 -07:00
_http_incoming.js src: Replace macros with util functions 2013-08-01 15:08:01 -07:00
_http_outgoing.js src: Replace macros with util functions 2013-08-01 15:08:01 -07:00
_http_server.js src: Replace macros with util functions 2013-08-01 15:08:01 -07:00
_linklist.js Update copyright headers 2011-03-14 17:37:05 -07:00
_stream_duplex.js stdio: Set readable/writable flags properly 2013-01-17 10:42:44 -08:00
_stream_passthrough.js stream: _write takes an encoding argument 2013-03-05 14:27:15 -08:00
_stream_readable.js src: Replace macros with util functions 2013-08-01 15:08:01 -07:00
_stream_transform.js src: Replace macros with util functions 2013-08-01 15:08:01 -07:00
_stream_writable.js src: Replace macros with util functions 2013-08-01 15:08:01 -07:00
_tls_legacy.js src: Replace macros with util functions 2013-08-01 15:08:01 -07:00
_tls_wrap.js tls: fix handling of `SNICallback` server option 2013-08-04 14:11:28 +04:00
assert.js src: Replace macros with util functions 2013-08-01 15:08:01 -07:00
buffer.js src: Replace macros with util functions 2013-08-01 15:08:01 -07:00
child_process.js src: Replace macros with util functions 2013-08-01 15:08:01 -07:00
cluster.js src: Replace macros with util functions 2013-08-01 15:08:01 -07:00
console.js src: Replace macros with util functions 2013-08-01 15:08:01 -07:00
constants.js Update copyright headers 2011-03-14 17:37:05 -07:00
crypto.js src: Replace macros with util functions 2013-08-01 15:08:01 -07:00
dgram.js src: Replace macros with util functions 2013-08-01 15:08:01 -07:00
dns.js src: Replace macros with util functions 2013-08-01 15:08:01 -07:00
domain.js src: Replace macros with util functions 2013-08-01 15:08:01 -07:00
events.js src: Replace macros with util functions 2013-08-01 15:08:01 -07:00
freelist.js Update copyright headers 2011-03-14 17:37:05 -07:00
fs.js src: Replace macros with util functions 2013-08-01 15:08:01 -07:00
http.js http: Add agent.get/request methods 2013-07-09 22:31:11 -07:00
https.js src: Replace macros with util functions 2013-08-01 15:08:01 -07:00
module.js src: Replace macros with util functions 2013-08-01 15:08:01 -07:00
net.js src: Replace macros with util functions 2013-08-01 15:08:01 -07:00
os.js lint 2013-03-28 13:19:08 -07:00
path.js src: Replace macros with util functions 2013-08-01 15:08:01 -07:00
punycode.js punycode: update to v1.2.3 2013-06-20 13:02:53 +02:00
querystring.js src: Replace macros with util functions 2013-08-01 15:08:01 -07:00
readline.js src: Replace macros with util functions 2013-08-01 15:08:01 -07:00
repl.js src: Replace macros with util functions 2013-08-01 15:08:01 -07:00
smalloc.js smalloc: fix assertion fails/segfault 2013-08-02 12:52:43 -07:00
stream.js src: Replace macros with util functions 2013-08-01 15:08:01 -07:00
string_decoder.js Don't allow invalid encodings in StringDecoder class 2012-12-13 17:00:22 -08:00
sys.js Fix #3577 Un-break require('sys') 2012-06-28 10:14:03 -07:00
timers.js timers: setImmediate process full queue each turn 2013-07-11 22:22:56 -07:00
tls.js src: Replace macros with util functions 2013-08-01 15:08:01 -07:00
tty.js src, lib: update after internal api change 2013-07-20 12:09:29 +02:00
url.js src: Replace macros with util functions 2013-08-01 15:08:01 -07:00
util.js util: add isPrimitive check 2013-08-02 12:52:34 -07:00
vm.js src: Replace macros with util functions 2013-08-01 15:08:01 -07:00
zlib.js src: Replace macros with util functions 2013-08-01 15:08:01 -07:00