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

Method transform_cleanup

src/proxy/http/HttpSM.cc:7457–7468  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7455}
7456
7457inline void
7458HttpSM::transform_cleanup(TSHttpHookID hook, HttpTransformInfo *info)
7459{
7460 APIHook *t_hook = api_hooks.get(hook);
7461 if (t_hook && info->vc == nullptr) {
7462 do {
7463 VConnection *t_vcon = t_hook->m_cont;
7464 t_vcon->do_io_close();
7465 t_hook = t_hook->m_link.next;
7466 } while (t_hook != nullptr);
7467 }
7468}
7469
7470void
7471HttpSM::plugin_agents_cleanup()

Callers

nothing calls this directly

Calls 2

getMethod · 0.45
do_io_closeMethod · 0.45

Tested by

no test coverage detected