Subject: | https:// redirects cause Unrecognised Location error |
Hello,
When I fetch from a https address and a redirect is returned, it
triggers the following message for me:
Unrecognised Location: https://metacpan.org/feed/recent
From what I can tell, the fix is to turn the regular expression on line
375 in Net/Async/HTTP.pm (do_request / $on_header_redir / return sub)
from m{^http://} into m{^https?://}. I have confirmed that this fixes
the behavior for me locally.
regards,
rs