Commit c3b8e501 authored by Luigi Pinca's avatar Luigi Pinca
Browse files

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.

PR-URL: https://github.com/nodejs/node/pull/27836


Reviewed-By: default avatarAnna Henningsen <anna@addaleax.net>
Reviewed-By: default avatarOuyang Yadong <oyydoibh@gmail.com>
Reviewed-By: default avatarSam Roberts <vieuxtech@gmail.com>
parent f25bbf12
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment