[This commit](https://github.com/expressjs/express/commit/0b746953c4bd8e377123527db11f9cd866e39f94) broke parsing of valid unicode host names. Now it's only working with English domains. Plus such change shouldn't be done in a patch version, even minor is not valid here, because it's a breaking change. <!-- The process for bug fixing is: - We will first assess if the behavior is different from what should occur - Confirm the bug is reproducible - Discuss how to best fix the bug - Work towards a fix -->