Skip to content

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

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

Refs: https://github.com/nodejs/http-parser/pull/453 Fixes: https://github.com/nodejs/node/issues/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

Merge request reports

Loading