I'm seeing interesting behavior. When evhttp_make_request fails (which I can 
make happen by restricting the number of fds available), it seems that 
sometimes the callback on the connection is called, and sometimes it's not. Is 
there a best practice for what to do when this fails? I don't care if the 
callback is called, but I need to put cleanup logic either in there or in my 
failure handler (right now it gets called twice - sometimes - which causes 
crashes).

Thanks!
Brian
_______________________________________________
Libevent-users mailing list
Libevent-users@monkey.org
http://monkeymail.org/mailman/listinfo/libevent-users

Reply via email to