newline in url not ignored
wget2 version: 1.99.2
a site i was trying to --mirror had some oddly formatted links like this:
<a href="/other_page
/">link text</a>
chromium and the other wget would both follow it to /other_page/
, but wget2 includes the newline and follows it to a 404 page
related wget commit: Squash embedded newlines in links.