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

Fix http status codes #20700

Closed
wants to merge 2 commits into from
Closed

Commits on Apr 25, 2018

  1. Fix capitalization of HTTP 418 I'm a Teapot

    Update the message to be consistent with RFC 7168, and the rest of the statuses.
    mvasilkov authored Apr 25, 2018
    Configuration menu
    Copy the full SHA
    01c089f View commit details
    Browse the repository at this point in the history

Commits on May 14, 2018

  1. http: update comments on HTTP status codes

    Adding comments to reference which RFC Node.js is following.
    
    Refs: https://tools.ietf.org/html/rfc7231#section-6.4.1
    Refs: https://tools.ietf.org/html/rfc7168#section-2.3.3
    aduh95 authored May 14, 2018
    Configuration menu
    Copy the full SHA
    87dcaed View commit details
    Browse the repository at this point in the history