-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Avoiding to set the "Content-Length" header for GET requests #1460
Conversation
tests on Travis seem to randomly fail. All tests pass on local. |
@marcellobarile I'd love to get this added to v5.x release which just came out. Do you think you could add it? You'll have to modify |
sure, I'll do that. Thanks @niftylettuce |
@niftylettuce seems that tests on travis are still randomly failing; I'm not sure if it's strictly related to this PR though. Do you have any clue? |
@marcellobarile I unfortunately had to revert this change. Please see my comment here 804c35c#r33084161 The tests are failing due to your PR |
yup, saw that. I will retouch it asap. |
PR for #1459