Home
last modified time | relevance | path

Searched refs:max_http_header_size (Results 1 – 3 of 3) sorted by relevance

/third_party/node/src/
Dnode_http_parser.cc623 uint64_t max_http_header_size = 0; in Initialize() local
632 max_http_header_size = in Initialize()
635 if (max_http_header_size == 0) { in Initialize()
636 max_http_header_size = env->options()->max_http_header_size; in Initialize()
665 parser->Init(type, max_http_header_size, lenient_flags); in Initialize()
936 void Init(llhttp_type_t type, uint64_t max_http_header_size, in Init() argument
958 max_http_header_size_ = max_http_header_size; in Init()
Dnode_options.h133 uint64_t max_http_header_size = 16 * 1024; variable
Dnode_options.cc564 &EnvironmentOptions::max_http_header_size, in EnvironmentOptionsParser()