Skip to content
This repository has been archived by the owner on Nov 6, 2022. It is now read-only.

support overriding HTTP_MAX_HEADER_SIZE at runtime #453

Merged
merged 1 commit into from
Dec 20, 2018

Commits on Dec 20, 2018

  1. support overriding HTTP_MAX_HEADER_SIZE at runtime

    This commit adds http_parser_set_max_header_size(), which can
    override the compile time HTTP_MAX_HEADER_SIZE value.
    
    Fixes: nodejs/node#24692
    Refs: nodejs/node#24811
    PR-URL: nodejs#453
    Reviewed-By: Ben Noordhuis <[email protected]>
    cjihrig committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    0ae8d93 View commit details
    Browse the repository at this point in the history