Skip to content
Snippets Groups Projects
Commit 18863887 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

restore previous addition to the amount of data that is returned

parent 32fe5b14
No related branches found
No related tags found
No related merge requests found
......@@ -550,7 +550,7 @@ int Curl_read(struct connectdata *conn, /* connection data */
conn->read_pos = nread;
}
*n = nread;
*n += nread;
}
return CURLE_OK;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment