nodejs / http-parser

http request/response parser for c
MIT License
6.33k stars 1.53k forks source link

Make HTTP_MAX_HEADER_SIZE configurable via gyp #452

Open mcollina opened 5 years ago

mcollina commented 5 years ago

Spin out from https://github.com/nodejs/node/pull/24716.

This also sets the default to 8KB when compiled via gyp.