mirror of
https://github.com/curl/curl.git
synced 2026-08-25 18:13:37 +03:00
Checked in some grammatical and minor other fixes in the documentation and
examples that I found in the FreeBSD ports system.
This commit is contained in:
parent
c98ab69cc7
commit
152cf6325d
7 changed files with 130 additions and 122 deletions
|
|
@ -852,7 +852,7 @@ CURLcode curl_easy_pause(CURL *curl, int action)
|
|||
if(data->state.tempwrite && (tempsize - chunklen)) {
|
||||
/* Ouch, the reading is again paused and the block we send is now
|
||||
"cached". If this is the final chunk we can leave it like this, but
|
||||
if we have more chunks that is cached after this, we need to free
|
||||
if we have more chunks that are cached after this, we need to free
|
||||
the newly cached one and put back a version that is truly the entire
|
||||
contents that is saved for later
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue