From f700566cb947f7229be3909e3c926b096ca826a8 Mon Sep 17 00:00:00 2001 From: Niels Provos Date: Fri, 19 Dec 2008 21:31:43 +0000 Subject: Make the http connection close detection work properly with bufferevents and fix a potential memory leak associated with it svn:r963 --- http-internal.h | 1 - 1 file changed, 1 deletion(-) (limited to 'http-internal.h') 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 */ -- cgit v1.2.1