http: fix formatter for pritnf for req->ntoread (osx)

This commit is contained in:
Azat Khuzhin 2016-12-06 11:51:18 +03:00
parent 0abe4eba83
commit 1cbf26f67a

4
http.c
View File

@ -1022,8 +1022,8 @@ evhttp_lingering_close(struct evhttp_connection *evcon,
req->ntoread -= n;
req->body_size += n;
event_debug(("Request body is too long, left " EV_SIZE_FMT,
EV_SIZE_ARG(req->ntoread)));
event_debug(("Request body is too long, left " EV_I64_FMT,
EV_I64_ARG(req->ntoread)));
evbuffer_drain(buf, n);
if (!req->ntoread)