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

stop sending erroneous headers on redirected requests #355

Merged
merged 1 commit into from Oct 30, 2012

Conversation

azylman
Copy link
Contributor

@azylman azylman commented Oct 30, 2012

if you delete the body, you should also delete any existing content-type and content-length, otherwise you're sending erroneous values: e.g. content-type form-encoded, content-length 1415, empty body 

if you delete the body, you should also delete any existing content-type and content-length, otherwise you're sending erroneous values: e.g. content-type form-encoded, content-length 1415, empty body 
mikeal added a commit that referenced this pull request Oct 30, 2012
stop sending erroneous headers on redirected requests
@mikeal mikeal merged commit 0e1c0d6 into request:master Oct 30, 2012
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.

None yet

2 participants