You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.,
There's a test in
080-ua.t
that expects old rakudo.org website.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
The text was updated successfully, but these errors were encountered: