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

Make sure HEAD / has 0 Content-Length #21077

Merged
merged 1 commit into from Oct 21, 2016

Commits on Oct 21, 2016

  1. Make sure HEAD / has 0 Content-Length

    Before this commit `curl -XHEAD localhost:9200?pretty` would return
    `Content-Length: 1` and a body which is fairly upsetting to standards
    compliant tools. Now it'll return `Content-Length: 0` with an empty
    body like every other `HEAD` request.
    
    Relates to elastic#21075
    nik9000 committed Oct 21, 2016
    Configuration menu
    Copy the full SHA
    edfc473 View commit details
    Browse the repository at this point in the history