A minor issue in http.c's evhttp_parse_request_line routine--the debug message doesn't match the code:
if ((req->uri = strdup(uri)) == NULL) { event_debug(("%s: evhttp_decode_uri", __func__)); return (-1); } (The code is correct; the uri shouldn't be decoded until after it's fully parsed.) *********************************************************************** To unsubscribe, send an e-mail to majord...@freehaven.net with unsubscribe libevent-users in the body.