Skip to content

cli: add --max-http-header-size flag#24811

Merged
cjihrig merged 3 commits intonodejs:masterfrom
cjihrig:max-headers-size
Dec 20, 2018
Merged

cli: add --max-http-header-size flag#24811
cjihrig merged 3 commits intonodejs:masterfrom
cjihrig:max-headers-size

Conversation

@cjihrig
Copy link
Contributor

@cjihrig cjihrig commented Dec 3, 2018

Allow the maximum size of HTTP headers to be overridden from the command line.

Refs: nodejs/http-parser#453
Fixes: #24692

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author ready PRs that have at least one approval, no pending requests for changes, and a CI started. c++ Issues and PRs that require attention from people who are familiar with C++. lib / src Issues and PRs related to general changes in the lib or src directory. semver-minor PRs that contain new features and should be released in the next minor version.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Make HTTP_MAX_HEADER_SIZE configurable