IN the null transform plugin, there is a line of code that reads:
data->output_vio = TSVConnWrite(output_conn, contp, data->output_reader, INT64_MAX); It seems to happen prior to writing anything to the output_vio. Does anyone know what is happening here? Specifically why is INT64_MAX being used in this call?