On Sat, Apr 3, 2010 at 1:35 PM, Frank Denis <libev...@pureftpd.org> wrote:
>  Apparently, when using libevent 2 in order to serve HTTP requests,
> the evhttp_connection instance isn't properly released if the
> "Connection: closed" header is not send.

HTTP 1/1 keeps connections open by default.   You are exiting the loop
before the connection has been closed.  evhttp_free is not responsible
for cleaning up in those cases.

Niels.
***********************************************************************
To unsubscribe, send an e-mail to majord...@freehaven.net with
unsubscribe libevent-users    in the body.

Reply via email to