socket.io icon indicating copy to clipboard operation
socket.io copied to clipboard

fix: engine.io-client transport _port handle error

Open 502647092 opened this issue 1 year ago • 0 comments

The kind of change this PR does introduce

  • [x] a bug fix
  • [ ] a new feature
  • [ ] an update to the documentation
  • [ ] a code change that improves performance
  • [ ] other

Current behavior

when port is "443" and this.opts.secure will return ":443"

New behavior

when port is "443" and this.opts.secure will return ""

Other information (e.g. related issues)

502647092 avatar Nov 27 '24 03:11 502647092