Hi,
I am seeing the a random behavior with persistent http
connection. Any help on this would be appreciated.
The scenario:
1. Got a http server implemented using libevent in
C++
2. There is a http client using Java Script.
3. The Javascript creates an EventSource (Which int
Greetings all,
I have recently come across a pretty nasty issue using the
bufferevent_openssl API where my read callback would be executed more
than once, even if I had disabled reading. This is an edge-case bug which
can be triggered under the following conditions:
01. bufferevent_enable(ssl_b
Thanks Nick! Will make a note of that point.
On Fri, Apr 20, 2012 at 10:19 AM, Nick Mathewson wrote:
> On Thu, Apr 19, 2012 at 10:54 PM, Sanjiv wrote:
> > That's right, you can use event_free() to free a timer. If your event
> loop
> > is still active , I would recommed a evtimer_del() before ev