Re: [whatwg/url] Do not return ipv4Host if IPv4 parsing fails (#524)

@annevk Hmm, upon more careful reading of the IPv4 parser, it appears that it distinguishes between obviously-not-an-IPv4-address (by returning input) and possibly-an-IPv4-address-but-invalid (by returning failure). It's a bit subtle, but it's my mistake.

Thanks a lot. This can be closed.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/url/pull/524#issuecomment-637541076

Received on Tuesday, 2 June 2020 13:26:36 UTC