Commit 24b521499ab94ec03e4c9068c5e79ad0afcdc94c

Azat Khuzhin 2016-03-25T10:21:48

evhttp_have_expect(): fix -Wlogical-not-parentheses ../http.c:589:6: warning: logical not is only applied to the left hand side of this comparison [-Wlogical-not-parentheses] if (!req->kind == EVHTTP_REQUEST || !REQ_VERSION_ATLEAST(req, 1, 1)) ^ ~~