mirror of
https://github.com/curl/curl.git
synced 2026-07-26 13:57:57 +03:00
fixup remove a condition
This commit is contained in:
parent
e1ea1d40cb
commit
6b3d36ebaf
1 changed files with 1 additions and 1 deletions
|
|
@ -260,7 +260,7 @@ static CURLcode cw_out_ptr_flush(struct cw_out_ctx *ctx,
|
|||
buf, wlen, &nwritten);
|
||||
if(result)
|
||||
return result;
|
||||
if(otype == CW_OUT_BODY && nwritten)
|
||||
if(otype == CW_OUT_BODY)
|
||||
Curl_pgrs_deliver_inc(data, nwritten);
|
||||
*pconsumed += nwritten;
|
||||
blen -= nwritten;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue