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

Function http_parser_init

src/proxy/hdrs/HTTP.cc:875–880  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

873//////////////////////////////////////////////////////
874
875void
876http_parser_init(HTTPParser *parser)
877{
878 parser->m_parsing_http = true;
879 mime_parser_init(&parser->m_mime_parser);
880}
881
882void
883http_parser_clear(HTTPParser *parser)

Callers 15

build_hdrsFunction · 0.85
request_to_dataFunction · 0.85
initMethod · 0.85
setup_client_requestFunction · 0.85
Http2StreamMethod · 0.85
update_write_requestMethod · 0.85
test_HTTP2.ccFile · 0.85
Http3HeaderFramerMethod · 0.85
test_Hdrs.ccFile · 0.85
test_http_hdr_null_charFunction · 0.85
test_http_hdr_ctl_charFunction · 0.85

Calls 1

mime_parser_initFunction · 0.85

Tested by 4

test_http_hdr_null_charFunction · 0.68
test_http_hdr_ctl_charFunction · 0.68