Home
last modified time | relevance | path

Searched defs:max_http_header_size (Results 1 – 2 of 2) sorted by relevance

/third_party/node/src/
Dnode_http_parser.cc544 uint64_t max_http_header_size = 0; in Initialize() local
844 void Init(llhttp_type_t type, uint64_t max_http_header_size, in Init()
Dnode_options.h122 uint64_t max_http_header_size = 16 * 1024; variable