Skip to content
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

recreate http request in test (fixes #121) #122

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Grinnz
Copy link
Contributor

@Grinnz Grinnz commented Jan 9, 2019

It appears this test is doing something with the HTTP::Request's URI object that doesn't like the canonical changes in libwww-perl/URI#58. Just recreating the HTTP::Request object for the subsequent tests appears to fix the issue.

@Grinnz
Copy link
Contributor Author

Grinnz commented Jan 9, 2019

I don't know enough about what HTTP::Config does to know why this interaction causes an issue, so it might be worth looking into that.

@karenetheridge
Copy link
Member

Yeah, I think we should get an understanding of why recreating the request is significant here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants