Commit 0c66d3210c348c9f0b4db1ae8ebce29ab3606d70

Azat Khuzhin 2015-11-05T17:56:07

be_openssl: use bufferevent_enable() instead of bufferevent_add_event_() By using bufferevent_enable() there will be no event for READ *or* WRITE if they are not enabled before, and this patch reduces difference for be_sock_enable/be_openssl_enable (handshake)