You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
I'm curious as to whether or not the contributor team is accepting PRs to solve things in Node that have been solved in io.js, even though this appears to be a simple fix. (sorry if I'm over looking if they already commented on this)
This reverts commit 06cfff9.
Reverted because it introduced a regression where (because options were
modified in the later functionality) options.host and options.port would
be overridden with values provided in other, supported ways.
PR-URL: #1467
Reviewed-By: Ben Noordhuis <[email protected]>
introduced in d6bbb19
This cause to ignore params if options is constructed object with getters
Fixed in io.js nodejs/node@06cfff9
The text was updated successfully, but these errors were encountered: