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

Method parse_resp

include/proxy/hdrs/HTTP.h:1160–1167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1158 -------------------------------------------------------------------------*/
1159
1160inline ParseResult
1161HTTPHdr::parse_resp(HTTPParser *parser, const char **start, const char *end, bool eof)
1162{
1163 ink_assert(valid());
1164 ink_assert(m_http->m_polarity == HTTP_TYPE_RESPONSE);
1165
1166 return http_parser_parse_resp(parser, m_heap, m_http, start, end, true, eof);
1167}
1168
1169/*-------------------------------------------------------------------------
1170 -------------------------------------------------------------------------*/

Callers 1

LLVMFuzzerTestOneInputFunction · 0.45

Calls 1

http_parser_parse_respFunction · 0.85

Tested by

no test coverage detected