MCPcopy Create free account
hub / github.com/apache/trafficserver / parse_req

Method parse_req

include/proxy/hdrs/HTTP.h:1146–1155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1144 -------------------------------------------------------------------------*/
1145
1146inline ParseResult
1147HTTPHdr::parse_req(HTTPParser *parser, const char **start, const char *end, bool eof, int strict_uri_parsing,
1148 size_t max_request_line_size, size_t max_hdr_field_size)
1149{
1150 ink_assert(valid());
1151 ink_assert(m_http->m_polarity == HTTP_TYPE_REQUEST);
1152
1153 return http_parser_parse_req(parser, m_heap, m_http, start, end, true, eof, strict_uri_parsing, max_request_line_size,
1154 max_hdr_field_size);
1155}
1156
1157/*-------------------------------------------------------------------------
1158 -------------------------------------------------------------------------*/

Callers 1

LLVMFuzzerTestOneInputFunction · 0.45

Calls 1

http_parser_parse_reqFunction · 0.85

Tested by

no test coverage detected