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: do not emit upgrade on advertisement #4337

Closed
wants to merge 3 commits into from

Commits on Dec 17, 2015

  1. http: do not emit upgrade on advertisement

    Do not emit `upgrade` if the server is just advertising its protocols
    support as per RFC 7230 Section 6.7.
    
        A server MAY send an Upgrade header field in any other response
        to advertise that it implements support for upgrading to the
        listed protocols, in order of descending preference, when
        appropriate for a future request.
    
    Fix: nodejs#4334
    indutny committed Dec 17, 2015
    Configuration menu
    Copy the full SHA
    01fc2e9 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2015

  1. add comment

    indutny committed Dec 18, 2015
    Configuration menu
    Copy the full SHA
    f64bf32 View commit details
    Browse the repository at this point in the history
  2. test

    indutny committed Dec 18, 2015
    Configuration menu
    Copy the full SHA
    a48ed32 View commit details
    Browse the repository at this point in the history