Commit da3f2ba22adcabaf7355a90d537b4928d0c168d2

Azat Khuzhin 2017-09-13T21:39:32

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