In looking at the following documentation: http://trafficserver.apache.org/docs/trunk/sdk/io-guide/transformations.en.html
It would seem that the only mention of TSVConnWrite is to a single parameter
method.
Yet in my plugin I am using
data->output_vio = TSVConnWrite(output_conn, contp, data->output_reader,
INT64_MAX);
What has changed about this method?
What does it actually do?
Do I need to call it every time the plugin is re-enabled? Or can I just call
it once?
