Author :
Azat Khuzhin
Date :
2017-09-13 21:39:32
Hash :da3f2ba2 Message :fix handling of close_notify (ssl) in http with openssl bufferevents
Since it can arrive after we disabled events in that bufferevent and
reseted fd, hence evhttp_error_cb() could be called after
SSL_RECEIVED_SHUTDOWN.
Closes: #557