Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tls_wrap: clear errors on return #4687

Closed

Commits on Jan 13, 2016

  1. tls_wrap: clear errors on return

    Adopt `MarkPopErrorOnReturn` from `node_crypto.cc`, and use it to
    clear errors after `SSL_read`/`SSL_write`/`SSL_shutdown` functions.
    
    See: nodejs#4485
    PR-URL: nodejs#4515
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    indutny committed Jan 13, 2016
    Configuration menu
    Copy the full SHA
    5f58cff View commit details
    Browse the repository at this point in the history