-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[BrowserKit] Allowing body content from GET with a content-type #38622
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
Conversation
47fc11a
to
d14adac
Compare
I tried to make sense of Appveyor details but couldn't determine why it failed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know what others think, but this would be fine as a bugfix on 4.4 to me.
(appveyor failure unrelated)
Im happy with this PR after @stloyd's change. |
@nicolas-grekas That's for 5.x :) |
Thanks @stloyd for your suggestion! I've committed the changes you've suggested. |
21637cd
to
a054362
Compare
Please, let me know if this is failing because of my changes. From what I saw, I don't think it was. |
a054362
to
93c2f5e
Compare
Thank you @thiagomp. |
This allows a GET request to sent a payload if it specifies a content-type in the HTTP header as per our conversation in the ticket.