summaryrefslogtreecommitdiff
path: root/http-internal.h
diff options
context:
space:
mode:
authorNiels Provos <provos@gmail.com>2008-12-19 21:31:43 +0000
committerNiels Provos <provos@gmail.com>2008-12-19 21:31:43 +0000
commitf700566cb947f7229be3909e3c926b096ca826a8 (patch)
treea37656c3578f3b8b8a2499bb595a850b39ba1152 /http-internal.h
parent8c594168785feb1b899350b03538ed24756d3be6 (diff)
downloadlibevent-f700566cb947f7229be3909e3c926b096ca826a8.tar.gz
Make the http connection close detection work properly with bufferevents and fix a potential memory leak associated with it
svn:r963
Diffstat (limited to 'http-internal.h')
-rw-r--r--http-internal.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/http-internal.h b/http-internal.h
index a02a57e7..2f9ae236 100644
--- a/http-internal.h
+++ b/http-internal.h
@@ -62,7 +62,6 @@ struct evhttp_connection {
struct bufferevent *bufev;
struct event retry_ev; /* for retrying connects */
- struct event close_ev;
char *bind_address; /* address to use for binding the src */
u_short bind_port; /* local port for binding the src */