Re: [Libevent-users] Use of bufferevent_disable
This shows up in evhttp. You don't get the socket closed notification once the headers have been read and the socket has had READ disabled unless you write more data. Is there a way to fix this in evhttp? On Thu, Nov 1, 2012 at 6:39 AM, Nick Mathewson wrote: > You shouldn't be getting error co
[Libevent-users] Connections not closed by evhttp
he problem for me. Is there something that I'm doing wrong, and how can I fix this behavior? Thanks, Austin Schuh -- #include #include #include #include "event2/thread.h" #include "evhttp.h" voi