mirror of
https://github.com/libevent/libevent.git
synced 2025-01-09 00:56:20 +08:00
ca9048f12c
The evhttp_parse_query API is a bit misdesigned; all the other evkeyvalq stuff is abstract and lets you get away with having a header stub, but evhttp_parse_query seems to require that you instantiate an empty evkeyvalq of your own.