Author :
Nick Mathewson
Date :
2010-10-19 13:15:48
Hash :2075fbcf Message :Add evhttp_parse_query_str to be used with evhttp_uri_parse.
The old evhttp_parse_query() doesn't work well with struct
evhttp_uri.query, since it expects to get whole URIs, rather than
just the query portion.