Re: [Libevent-users] Memory leak with keepalive?

2010-07-07 Thread Zhu Han
Was the message lost or no one interested in this issue? best regards, hanzhu On Mon, Jun 28, 2010 at 9:25 PM, Zhu Han wrote: > Frank, Thank you for your patch. > > I made another patch several minutes ago. > > evhttp_request->userdone is used to indicate there is data being sending by > the c

Re: [Libevent-users] Memory leak with keepalive?

2010-06-28 Thread Zhu Han
Frank, Thank you for your patch. I made another patch several minutes ago. evhttp_request->userdone is used to indicate there is data being sending by the client. I suppose it is only useful for chunk encoding response. So I revert the meaning from userdone to user_working and mark the flag only

Re: [Libevent-users] Memory leak with keepalive?

2010-06-28 Thread Frank Denis
Le Mon, Jun 28, 2010 at 07:21:21PM +0800, Zhu Han ecrivait : > I observed the same problem in my environment. I took some time to trace the > cause. Seems like it's really a bug. Does anybody help me verify it and > give a possible fix? This fixes it for me, although it's probably not the right