mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-12 22:10:12 -04:00
Merge remote-tracking branch 'origin/patches-2.0'
This commit is contained in:
commit
909c40e5d1
@ -815,6 +815,9 @@ be_openssl_eventcb(struct bufferevent *bev_base, short what, void *ctx)
|
|||||||
} else if (what & BEV_EVENT_TIMEOUT) {
|
} else if (what & BEV_EVENT_TIMEOUT) {
|
||||||
/* We sure didn't set this. Propagate it to the user. */
|
/* We sure didn't set this. Propagate it to the user. */
|
||||||
event = what;
|
event = what;
|
||||||
|
} else if (what & BEV_EVENT_ERROR) {
|
||||||
|
/* An error occurred on the connection. Propagate it to the user. */
|
||||||
|
event = what;
|
||||||
} else if (what & BEV_EVENT_CONNECTED) {
|
} else if (what & BEV_EVENT_CONNECTED) {
|
||||||
/* Ignore it. We're saying SSL_connect() already, which will
|
/* Ignore it. We're saying SSL_connect() already, which will
|
||||||
eat it. */
|
eat it. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user