Skip to content

Revert "net: validate host name for server listen"

This reverts commit 52322aa4.

Both PRs https://github.com/nodejs/node/pull/54264 and https://github.com/nodejs/node/pull/54470 made changes to the ipv6 related code base (net) and the latter caused the Github CI to break (break the test that added in the earlier PR). We should revert the change and properly fix the test before https://github.com/nodejs/node/pull/54470 can land again to unblock the CI.

Update: Luigi has gone ahead and fixed the broken tests in https://github.com/nodejs/node/pull/54556. Update: More issues were identified, reopened again to revert it.

Merge request reports

Loading