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

Don't stream the response body on head requests #15

Merged
merged 1 commit into from Nov 13, 2012
Merged

Don't stream the response body on head requests #15

merged 1 commit into from Nov 13, 2012

Commits on Nov 13, 2012

  1. Don't stream the response body on head requests

    A HEAD request must return the same headers as a GET
    request but no body. This means a Content-Length header
    is actually set for such requests but no body is sent
    back, leading to timeouts before this commit.
    José Valim committed Nov 13, 2012
    Copy the full SHA
    c618a74 View commit details
    Browse the repository at this point in the history