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

In http.js, do not end request for keep-alive connections #600

Merged
merged 1 commit into from
Mar 26, 2015

Commits on Mar 24, 2015

  1. Do not end request for keep-alive connections

    The request.end(data) line was preempting maintaining a persistent connection, even when Connection: 'keep-alive' was specified. My proposal is to handle the data via the body option, and only end the request when keep-alive is not specified.
    mgorczyca authored and Marianne Gorczyca committed Mar 24, 2015
    4 Configuration menu
    Copy the full SHA
    cf9b443 View commit details
    Browse the repository at this point in the history