Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update lib/_tls_wrap.js
Co-Authored-By: Rich Trott <rtrott@gmail.com>
  • Loading branch information
r1b and Trott authored Sep 25, 2019
commit 3b0c4639c74e177a16d89ff417e2bce909d96472
1 change: 1 addition & 0 deletions lib/_tls_wrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,7 @@ function TLSSocket(socket, opts) {
handle: this._wrapHandle(wrap),
allowHalfOpen: socket ? socket.allowHalfOpen : tlsOptions.allowHalfOpen,
pauseOnCreate: tlsOptions.pauseOnConnect,
// readable only needed if pauseOnCreate will be handled
readable: tlsOptions.pauseOnConnect,
Comment thread
r1b marked this conversation as resolved.
Outdated
writable: false
});
Expand Down