[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[Libevent-users] Use of bufferevent_disable



When I call bufferevent_disable() on a bufferevent and disable both READ and WRITEs, will I still get callbacks should there be an error condition (say socket getting closed by peer) or no error conditions will be reported for as long as I stay disabled in this fashion ?