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, Apr 9, 2009 at 3:03 AM, Rauan Maemirov <ra...@maemirov.com> wrote:

> 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/listinfo/libevent-users
>



-- 
"Be excellent to each other"
_______________________________________________
Libevent-users mailing list
Libevent-users@monkey.org
http://monkeymail.org/mailman/listinfo/libevent-users

Reply via email to