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

http: send Content-Length when possible #1062

Merged
merged 1 commit into from
Mar 5, 2015

Commits on Mar 5, 2015

  1. http: send Content-Length when possible

    This changes the behavior for http to send send a Content-Length header
    instead of using chunked encoding when we know the size of the body when
    sending the headers.
    
    Fixes: nodejs#1044
    PR-URL: nodejs#1062
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    Reviewed-By: Rod Vagg <rod@vagg.org>
    Reviewed-By: Brian White <mscdex@mscdex.net>
    tellnes committed Mar 5, 2015
    Configuration menu
    Copy the full SHA
    4874182 View commit details
    Browse the repository at this point in the history