mirror of
https://github.com/curl/curl.git
synced 2026-08-05 12:06:15 +03:00
restore previous addition to the amount of data that is returned
This commit is contained in:
parent
32fe5b14ec
commit
1886388791
1 changed files with 1 additions and 1 deletions
|
|
@ -550,7 +550,7 @@ int Curl_read(struct connectdata *conn, /* connection data */
|
|||
conn->read_pos = nread;
|
||||
}
|
||||
|
||||
*n = nread;
|
||||
*n += nread;
|
||||
}
|
||||
|
||||
return CURLE_OK;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue