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

Method ~InterceptData

plugins/esi/combo_handler.cc:235–250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233}
234
235InterceptData::~InterceptData()
236{
237 if (req_hdr_loc) {
238 TSHandleMLocRelease(req_hdr_bufp, TS_NULL_MLOC, req_hdr_loc);
239 }
240 if (req_hdr_bufp) {
241 TSMBufferDestroy(req_hdr_bufp);
242 }
243 if (fetcher) {
244 delete fetcher;
245 }
246 TSHttpParserDestroy(http_parser);
247 if (net_vc) {
248 TSVConnClose(net_vc);
249 }
250}
251
252void
253CacheControlHeader::update(TSMBuffer bufp, TSMLoc hdr_loc)

Callers

nothing calls this directly

Calls 4

TSHandleMLocReleaseFunction · 0.85
TSMBufferDestroyFunction · 0.85
TSHttpParserDestroyFunction · 0.85
TSVConnCloseFunction · 0.85

Tested by

no test coverage detected