mirror of https://github.com/lukechilds/node.git
Browse Source
Clear OpenSSL's error stack on return from Connection::HandleSSLError(). This stops stale errors from popping up later in the lifecycle of the SSL connection where they would cause spurious failures. This commit causes a 1-2% performance regression on `make bench-tls`. We'll address that in follow-up commits if possible but let's ensure correctness first. Fixes #4771.v0.9.11-release
Ben Noordhuis
12 years ago
1 changed files with 10 additions and 0 deletions
Loading…
Reference in new issue