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

Method ~SContData

plugins/esi/serverIntercept.cc:92–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90 void setupWrite();
91
92 ~SContData()
93 {
94 Dbg(dbg_ctl, "[%s] Destroying continuation data", __FUNCTION__);
95 TSHttpParserDestroy(http_parser);
96 if (req_hdr_loc) {
97 TSHandleMLocRelease(req_hdr_bufp, TS_NULL_MLOC, req_hdr_loc);
98 }
99 if (req_hdr_bufp) {
100 TSMBufferDestroy(req_hdr_bufp);
101 }
102 };
103};
104
105bool

Callers

nothing calls this directly

Calls 3

TSHttpParserDestroyFunction · 0.85
TSHandleMLocReleaseFunction · 0.85
TSMBufferDestroyFunction · 0.85

Tested by

no test coverage detected