Hi,
the logic that handles write watermarks in "bio_bufferevent_write"
is not working. It currently doesn't write any data if the high
watermark is *above* the amount of data to write (i.e. when there
is actually enough room available).
Attached is a patch that fixes this.
Best regards,
Joach
On Mon, Jul 4, 2011 at 9:22 AM, Joachim Bauch wrote:
> Hi,
>
> the logic that handles write watermarks in "bio_bufferevent_write"
> is not working. It currently doesn't write any data if the high
> watermark is *above* the amount of data to write (i.e. when there
> is actually enough room availabl