mirror of https://github.com/lukechilds/node.git
Browse Source
`server.SNICallback` was initialized with `SNICallback.bind(this)`, and therefore check `this.SNICallback === SNICallback` was always false, and `_tls_wrap.js` always thought that it was a custom callback instead of default one. Which in turn was causing clienthello parser to be enabled regardless of presence of SNI contexts.v0.11.5-release
Fedor Indutny
12 years ago
1 changed files with 2 additions and 9 deletions
Loading…
Reference in new issue