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

Method ~HttpDataFetcherImpl

plugins/esi/fetcher/HttpDataFetcherImpl.cc:80–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80HttpDataFetcherImpl::~HttpDataFetcherImpl()
81{
82 clear();
83 TSHttpParserDestroy(_http_parser);
84}
85
86bool
87HttpDataFetcherImpl::addFetchRequest(const string &url, FetchedDataProcessor *callback_obj /* = 0 */)

Callers

nothing calls this directly

Calls 2

TSHttpParserDestroyFunction · 0.85
clearFunction · 0.50

Tested by

no test coverage detected