Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

http: verify http method is a valid http token #9076

Closed
wants to merge 1 commit into from

Commits on Jan 22, 2015

  1. http: verify http method is a valid http token

    RFC 2616/7230 requires that http method conform to
    the token rule. This adds a check to verify that there are
    no invalid characters in the method. If there are, then
    we throw, otherwise fall through and continue.
    
    Replacement for nodejs#9017 based on
    feedback.
    Targeted at v0.10
    jasnell committed Jan 22, 2015
    Configuration menu
    Copy the full SHA
    92d2f8e View commit details
    Browse the repository at this point in the history