Remove the HTTP_PARSER_DEBUG macro for two reasons: * It changes the size of struct http_parser, resulting in spurious memory corruption bugs if part of your application is built with HTTP_PARSER_DEBUG=1 and other parts with HTTP_PARSER_DEBUG=0. * It's a debugging tool for maintainers. It should never have been exposed in the API in the first place.make-http-max-header-size-gyp-configurable
parent
b4fc777dc6
commit
245f6f0078
Loading…
Reference in new issue