Re: null_transform.c

2020-03-09 Thread Chao Xu
e1b/example/plugins/c-api/null_transform/null_transform.c#L192) It is its responsibility to clean up the resources of the plugin after `TransformVConnection` is closed. A2: All `INKVConnInternal` created by Transform Plugin share the mutex from HttpSM. The `TransformVConnection` is a one way tunnel ch

null_transform.c

2020-03-06 Thread Walt Karas
Some questions about null_transform.c (the mother of all transform plugins). Is this, https://github.com/apache/trafficserver/blob/d9f647ca7c15d0eb4687fa59706ab246f49ece1b/example/plugins/c-api/null_transform/null_transform.c#L192 , really a reliable way to make sure all transform-related