mirror of
https://github.com/openharmony/third_party_sane-airscan.git
synced 2026-07-01 21:14:00 -04:00
HTTP: logged "end of input" event
This commit is contained in:
@@ -2755,6 +2755,10 @@ http_query_fdpoll_callback (int fd, void *data, ELOOP_FDPOLL_MASK mask)
|
||||
return;
|
||||
}
|
||||
|
||||
if (rc == 0) {
|
||||
log_debug(q->client->log, "HTTP end of input");
|
||||
}
|
||||
|
||||
http_parser_execute(&q->http_parser, &http_query_callbacks,
|
||||
io_buf, rc);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user