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 ?
* *