-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test error with LWP::UserAgent v 6.64 #27
Comments
Started from LWP::UserAgent v6.63 |
Thanks @chylli-binary! This starts with the change to First off, I think we need to be better about ensuring that the tests always use a cache in a random namespece and then we can look into what's causing this to happen. Normally redirects aren't being cached, but if the meta-refresh is coming from a page with a 2xx response code, then this module will assume it's ok to cache it. |
|
This should now be fixed if you upgrade to the latest version of |
reproduce:
Test result:
The text was updated successfully, but these errors were encountered: