Commit 7e91622b68dfbfcb7a8e32c136311aca2e37fbb9

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 (cherry picked from commit da3f2ba22adcabaf7355a90d537b4928d0c168d2)