Re: [Libevent-users] libevhtp beginnings API

2011-05-25 Thread Mark Ellzey
On Wed, May 25, 2011 at 11:11:49PM +0200, Aleksandar Lazic wrote: > Dear Mark, > > What do you think about to use the mongrel2 parser? > > https://github.com/zedshaw/mongrel2 > > => mongrel2/src/http11 The general arch seems to be completely derived from ry (backend structs look pretty much the

Re: [Libevent-users] libevhtp beginnings API

2011-05-25 Thread Aleksandar Lazic
Dear Mark, On Mon 23.05.2011 10:55, Mark Ellzey wrote: I am the owner, but the ry/http-parser is MIT. But odd thing is - it is a direct copy from NGINX parser; 2 Clause BSD, but re-licensed as MIT. I asked him about the possibility of a license change but didn't seem interested. But it seems

Re: [Libevent-users] http.c:689: Assertion req != NULL failed in evhttp_connection_fail

2011-05-25 Thread Kevin Ko
Hi, Alexey. It looks like it's related to a small bug that was inadvertently introduced between 2.0.10 and 2.0.11. A patch was committed to fix it a few days ago: http://levent.git.sourceforge.net/git/gitweb.cgi?p=levent/libevent;a=commitdiff;h=0848814ac496167133bec5f8d564387b5111440f

[Libevent-users] http.c:689: Assertion req != NULL failed in evhttp_connection_fail

2011-05-25 Thread Alexey Ozeritsky
Hello, I got assertion in http.c:689 (Assertion req != NULL failed in evhttp_connection_fail) libevent version 2.0.11 Stack trace: (gdb) where #0 0x7f83465d3095 in raise () from /lib/libc.so.6 #1 0x7f83465d4af0 in abort () from /lib/libc.so.6 #2 0x0042ce92 in event_exit () #3