Re: [Libevent-users] evhttp_connection_set_closecb

2009-08-26 Thread Phoenix Sol
On Wed, Aug 26, 2009 at 2:22 PM, Phoenix Sol wrote: > Hi, I'm using evhttp in 1.4.12-stable. I'm not seeing callbacks fired for > the 'connection close' event. > Is this event for incoming connections, outgoing connections, or both? > > ( I read Marek Majkowski's post about this callback not worki

[Libevent-users] evhttp_connection_set_closecb

2009-08-26 Thread Phoenix Sol
Hi, I'm using evhttp in 1.4.12-stable. I'm not seeing callbacks fired for the 'connection close' event. Is this event for incoming connections, outgoing connections, or both? ( I read Marek Majkowski's post about this callback not working, but I wasn't subscribed to the list, and I'm too lazy to t

[Libevent-users] evhttp_connection_set_closecb not working since 1.4.9

2009-08-08 Thread majek04
I've been using evhttp for a while. Today I updated my libevent version to 1.4.12, and I noticed that I don't get close callbacks, that are registered using "evhttp_connection_set_closecb". Fast test confirmed, that something is broken: 1.4.8 - works 1.4.9 - broken 1.4.10 - broken 1.4.11 - broken