mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-09 20:41:27 -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->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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user