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: allow client-side sockets to be half-opened #27836

Closed
wants to merge 2 commits into from

Commits on Aug 15, 2019

  1. tls: allow client-side sockets to be half-opened

    Make `tls.connect()` support an `allowHalfOpen` option which specifies
    whether or not to allow the connection to be half-opened when the
    `socket` option is not specified.
    lpinca committed Aug 15, 2019
    Configuration menu
    Copy the full SHA
    087e4c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e89ac1 View commit details
    Browse the repository at this point in the history