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

Function http_parser_clear

src/proxy/hdrs/HTTP.cc:882–887  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

880}
881
882void
883http_parser_clear(HTTPParser *parser)
884{
885 parser->m_parsing_http = true;
886 mime_parser_clear(&parser->m_mime_parser);
887}
888
889/*-------------------------------------------------------------------------
890 -------------------------------------------------------------------------*/

Callers 15

cleanUpMethod · 0.85
request_to_dataFunction · 0.85
~HttpSMMethod · 0.85
~Http2StreamMethod · 0.85
update_write_requestMethod · 0.85
test_HTTP2.ccFile · 0.85
test_Hdrs.ccFile · 0.85

Calls 1

mime_parser_clearFunction · 0.85

Tested by 1