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: honor pauseOnConnect option #29635

Closed
wants to merge 3 commits into from
Closed

tls: honor pauseOnConnect option #29635

wants to merge 3 commits into from

Commits on Sep 20, 2019

  1. tls: honor pauseOnConnect option

    `pauseOnConnect` is now passed along to the net.Socket constructor from
    the tls.Socket constructor. The `readable` flag must match the value of
    `pauseOnConnect`. Tests were added to cover all available net.Server
    options when used in the tls.Server constructor.
    
    Fixes: #29620
    Refs: #27665
    r1b committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    ac50259 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2019

  1. Update lib/_tls_wrap.js

    Co-Authored-By: Rich Trott <[email protected]>
    r1b and Trott committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    3b0c463 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2019

  1. fix lint

    r1b committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    98eacc4 View commit details
    Browse the repository at this point in the history