There's a test in 080-ua.t that expects old rakudo.org website.
lives-ok { HTTP::UserAgent.new.get('http://rakudo.org') }, "issue#51 - get rakudo.org (chunked encoding foul-up results in incomplete UTF-8 data)";
I'm assuming the site might need to change as the new rakudo.org uses HTTPS and had its content changed, so it's possible it no longer has the stuff that caused original problem to exhibit a bug.,
Also t/160-issue-67.t uses a site that changed.
Currently this test causes test suite failures. Sent a PR to skip this test #208 and in https://github.com/sergot/http-useragent/pull/211/files
There's a test in
080-ua.tthat expects old rakudo.org website.I'm assuming the site might need to change as the new
rakudo.orguses HTTPS and had its content changed, so it's possible it no longer has the stuff that caused original problem to exhibit a bug.,Also
t/160-issue-67.tuses a site that changed.Currently this test causes test suite failures. Sent a PR to skip this test #208 and in https://github.com/sergot/http-useragent/pull/211/files