Commit e050703d474b2d73abebb4b133f9fc504fadd9a8

Joachim Bauch 2011-07-04T11:36:14

Fix bug in SSL bufferevents backed by a bev with a write high-watermarks Original mail: 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).