Searched refs:max_request_line_size (Results 1 – 3 of 3) sorted by relevance
/dports/www/trafficserver/trafficserver-9.1.1/proxy/hdrs/ |
H A D | HdrTSOnly.cc | 49 size_t max_request_line_size, size_t max_hdr_field_size) in parse_req() argument 75 …parse_req(parser, m_heap, m_http, &tmp, end, false, eof, strict_uri_parsing, max_request_line_size, in parse_req()
|
H A D | HTTP.h | 442 … bool must_copy_strings, bool eof, bool strict_uri_parsing, size_t max_request_line_size, 634 … size_t max_request_line_size = UINT16_MAX, size_t max_hdr_field_size = 131070); 638 … size_t max_request_line_size = UINT16_MAX, size_t max_hdr_field_size = UINT16_MAX); 1158 size_t max_request_line_size, size_t max_hdr_field_size) in parse_req() argument 1163 …parse_req(parser, m_heap, m_http, start, end, true, eof, strict_uri_parsing, max_request_line_size, in parse_req()
|
H A D | HTTP.cc | 876 … bool must_copy_strings, bool eof, bool strict_uri_parsing, size_t max_request_line_size, in http_parser_parse_req() argument 903 if (scanner->get_buffered_line_size() > max_request_line_size) { in http_parser_parse_req() 926 if (static_cast<unsigned>(end - line_start) > max_request_line_size) { in http_parser_parse_req()
|