mirror of
https://github.com/curl/curl.git
synced 2026-08-02 00:40:27 +03:00
fixes
This commit is contained in:
parent
2f6eec2c77
commit
a0f358bd7f
28 changed files with 77 additions and 75 deletions
|
|
@ -431,7 +431,7 @@ static CURLcode cr_eob_read(struct Curl_easy *data,
|
|||
ctx->eos = TRUE;
|
||||
}
|
||||
*peos = (bool)ctx->eos;
|
||||
DEBUGF(infof(data, "cr_eob_read(%zu) -> %d, %zd, %d",
|
||||
DEBUGF(infof(data, "cr_eob_read(%zu) -> %d, %zu, %d",
|
||||
blen, result, *pnread, *peos));
|
||||
return result;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue