Re: [Libevent-users] Parsing request uri

2009-04-08 Thread Clint Webb
There are some significant bugs in evhttp_parse_query. It may not perform as you hope it would. I've implemented my own parsing, which you can see here: http://github.com/hyper/memcached/blob/72b15739141c7986d501140e88cb4e4fd1641b80/webconsole.c Which you could adapt for your own use. On Thu,

[Libevent-users] Parsing request uri

2009-04-08 Thread Rauan Maemirov
Hey guys. I'm new to C, and couldn't find any docs on how to parse query_string with evhttp_parse_query. Interested in parsing it to kind of associative array. ___ Libevent-users mailing list Libevent-users@monkey.org http://monkeymail.org/mailman/listin