On Fri, 7 Sep 2018 18:14:04 -0700
Lloyd Pique wrote:
> This allows a client to occasionally flush the output buffers in the
> middle of making a large number of calls which fill them.
>
> A soft flush differs from a normal flush in that the buffer is not
> flushed if it is not full enough. The
This allows a client to occasionally flush the output buffers in the
middle of making a large number of calls which fill them.
A soft flush differs from a normal flush in that the buffer is not
flushed if it is not full enough. The current criteria set is the buffer
being half full.
This does not