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

Method close

example/plugins/c-api/intercept/intercept.cc:123–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121 InterceptIOChannel writeio;
122
123 void
124 close()
125 {
126 if (this->vc) {
127 TSVConnClose(this->vc);
128 }
129 this->vc = nullptr;
130 this->readio.vio = this->writeio.vio = nullptr;
131 }
132};
133
134// Interception proxy state block. From our perspective, Traffic

Callers 3

InterceptInterceptHookFunction · 0.45
runMethod · 0.45
connectMethod · 0.45

Calls 1

TSVConnCloseFunction · 0.85

Tested by 2

runMethod · 0.36
connectMethod · 0.36