Skip to content

https: add missing localPort while create socket

Rodrigo Muino Tomonari requested to merge github/fork/leeight/fix-24543 into master

In _tls_wrap.js while calling socket.connect the localPort was missing, restore it.

Fix: https://github.com/nodejs/node/issues/24543

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

Merge request reports

Loading