mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-09 20:41:27 -04:00
fix a compile problem when USE_DEBUG is enabled
svn:r198
This commit is contained in:
parent
c398d78811
commit
6717cf313a
2
http.c
2
http.c
@ -802,7 +802,7 @@ evhttp_read_header(int fd, short what, void *arg)
|
|||||||
|
|
||||||
case EVHTTP_RESPONSE:
|
case EVHTTP_RESPONSE:
|
||||||
event_debug(("%s: starting to read body for \"%s\" on %d\n",
|
event_debug(("%s: starting to read body for \"%s\" on %d\n",
|
||||||
__func__, req->assoc_req->host, req->fd));
|
__func__, req->remote_host, req->fd));
|
||||||
evhttp_get_body(req);
|
evhttp_get_body(req);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user