[Libevent-users] [LibEvent-users] Help on “evhttp_send_reply_chunk”

2012-04-20 Thread Alap Kumar Sinha
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

[Libevent-users] Request for input on pending bufferevent_openssl patch.

2012-04-20 Thread Mark Ellzey
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

Re: [Libevent-users] How can I write exact length of a evbuffer?

2012-04-20 Thread Sanjiv
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