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

Method destroyParser

plugins/experimental/inliner/fetcher.cc:47–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45namespace ats
46{
47void
48HttpParser::destroyParser()
49{
50 if (parser_ != nullptr) {
51 TSHttpParserClear(parser_);
52 TSHttpParserDestroy(parser_);
53 parser_ = nullptr;
54 }
55}
56
57bool
58HttpParser::parse(io::IO &io)

Callers

nothing calls this directly

Calls 2

TSHttpParserClearFunction · 0.85
TSHttpParserDestroyFunction · 0.85

Tested by

no test coverage detected