MCPcopy Create free account
hub / github.com/apache/trafficserver / ~HttpBodySet

Method ~HttpBodySet

src/proxy/http/HttpBodyFactory.cc:906–912  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

904}
905
906HttpBodySet::~HttpBodySet()
907{
908 ats_free(set_name);
909 ats_free(content_language);
910 ats_free(content_charset);
911 table_of_pages.reset(nullptr);
912}
913
914int
915HttpBodySet::init(char *set, char *dir)

Callers

nothing calls this directly

Calls 2

ats_freeFunction · 0.85
resetMethod · 0.45

Tested by

no test coverage detected