On Fri, 2017-06-16 at 10:15 +0530, Gaurav Bansal wrote: > Then after doing some checks on the data, we want to send some data > (only some data of output_buffer on which checks have been performed) > in output_buffer to the client.
Are you perhaps looking for TSVIONBytesSet on your output buffer? The stream-editor plugin I recently mentioned in response to another question would be one place to see usage, as it meticulously manages bytes-out vs bytes-in in the context of editing a data stream. -- Nick Kew
