From 31db8a02bd74957f9ae836a38043cd9589c2d325 Mon Sep 17 00:00:00 2001 From: Maxime Henrion Date: Thu, 23 May 2013 16:29:17 +0000 Subject: Fix a double close() bug in evhttp when the underlying bufferevent uses BEV_OPT_CLOSE_ON_FREE. --- bufferevent-internal.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bufferevent-internal.h') diff --git a/bufferevent-internal.h b/bufferevent-internal.h index 9ecede17..0c4df871 100644 --- a/bufferevent-internal.h +++ b/bufferevent-internal.h @@ -367,6 +367,8 @@ void bufferevent_init_generic_timeout_cbs_(struct bufferevent *bev); * that enabled EV_READ or EV_WRITE, or that disables EV_READ or EV_WRITE. */ int bufferevent_generic_adj_timeouts_(struct bufferevent *bev); +enum bufferevent_options bufferevent_get_options_(struct bufferevent *bev); + /** Internal use: We have just successfully read data into an inbuf, so * reset the read timeout (if any). */ #define BEV_RESET_GENERIC_READ_TIMEOUT(bev) \ -- cgit v1.2.1