Edit

kc3-lang/libevent

Branch :

  • Show log

    Commit

  • Author : Joachim Bauch
    Date : 2011-07-04 11:36:14
    Hash : e050703d
    Message : 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).