Re: [Libevent-users] Assertion error + Segmentation Fault

2010-05-17 Thread Nick Mathewson
On Thu, Apr 8, 2010 at 7:46 AM, Sherif Fanous wrote: > Hi > I am using libevent 2.0.4 alpha in my C application. > The below snapshot of my code occasionally encounters the following 2 > problems > > [err] event.c:1961: Assertion !(ev->ev_flags & ~EVLIST_ALL) failed in > event_del_internal > Abort

Re: [Libevent-users] evhttpd_cmd_type and support for other HTTP methods

2010-05-17 Thread Nick Mathewson
On Tue, Apr 6, 2010 at 1:04 PM, Graham Leggett wrote: > Hi all, > > I need to implement the OPTIONS method in a small evhttp based webserver, > and have discovered that the API only allows me to receive GET, HEAD and > POST requests. > > Is there a way to receive a method outside of this set such