Author :
Nick Mathewson
Date :
2010-10-06 11:48:52
Hash :b1756d01 Message :Let evhttp_parse_query return -1 on failure
We already detected certain malformed queries, but we responded by
aborting the query-parsing process half-way through without telling
the user. Now, if query-parsing fails, no headers are returned, and
evhttp_parse_query returns -1.