Commit 2075fbcff0d8a9e06e2c3287b1cf4d400394c285

Nick Mathewson 2010-10-19T13:15:48

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.