[Libevent-users] Write watermarks in ssl bufferevents not working?

2011-07-04 Thread Joachim Bauch
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

Re: [Libevent-users] Write watermarks in ssl bufferevents not working?

2011-07-04 Thread Nick Mathewson
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