mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-12 13:58:58 -04:00
http: fix formatter for pritnf for req->ntoread (osx)
This commit is contained in:
parent
0abe4eba83
commit
1cbf26f67a
4
http.c
4
http.c
@ -1022,8 +1022,8 @@ evhttp_lingering_close(struct evhttp_connection *evcon,
|
|||||||
req->ntoread -= n;
|
req->ntoread -= n;
|
||||||
req->body_size += n;
|
req->body_size += n;
|
||||||
|
|
||||||
event_debug(("Request body is too long, left " EV_SIZE_FMT,
|
event_debug(("Request body is too long, left " EV_I64_FMT,
|
||||||
EV_SIZE_ARG(req->ntoread)));
|
EV_I64_ARG(req->ntoread)));
|
||||||
|
|
||||||
evbuffer_drain(buf, n);
|
evbuffer_drain(buf, n);
|
||||||
if (!req->ntoread)
|
if (!req->ntoread)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user