]> granicus.if.org Git - libevent/commit
fix handling of close_notify (ssl) in http with openssl bufferevents
authorAzat Khuzhin <a3at.mail@gmail.com>
Wed, 13 Sep 2017 18:39:32 +0000 (21:39 +0300)
committerAzat Khuzhin <a3at.mail@gmail.com>
Sat, 21 Oct 2017 23:01:09 +0000 (02:01 +0300)
commitda3f2ba22adcabaf7355a90d537b4928d0c168d2
treeab39e4d380a19b4331efeefcb7add146ef4d0d8a
parent8b0aa7b36a3250fad4953f194c8a94ab25032583
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
http.c