updated to better reflect reality
This commit is contained in:
parent
0af8201cc2
commit
b2e47dfde4
@ -34,8 +34,7 @@ Windows vs Unix
|
|||||||
|
|
||||||
(3) is simply avoided by not trying any funny tricks on file descriptors.
|
(3) is simply avoided by not trying any funny tricks on file descriptors.
|
||||||
|
|
||||||
(4) is left alone, giving windows users problems when they pipe binary data
|
(4) we set stdout to binary under windows
|
||||||
through stdout...
|
|
||||||
|
|
||||||
Inside the source code, I do make an effort to avoid '#ifdef WIN32'. All
|
Inside the source code, I do make an effort to avoid '#ifdef WIN32'. All
|
||||||
conditionals that deal with features *should* instead be in the format
|
conditionals that deal with features *should* instead be in the format
|
||||||
@ -84,10 +83,6 @@ Library
|
|||||||
called). The speedcheck functions in lib/speedcheck.c are also used to verify
|
called). The speedcheck functions in lib/speedcheck.c are also used to verify
|
||||||
that the transfer is as fast as required.
|
that the transfer is as fast as required.
|
||||||
|
|
||||||
When the operation is done, the writeout() function in lib/writeout.c may be
|
|
||||||
called to report about the operation as specified previously in the arguments
|
|
||||||
to curl_easy_setopt().
|
|
||||||
|
|
||||||
When completed curl_easy_cleanup() should be called to free up used
|
When completed curl_easy_cleanup() should be called to free up used
|
||||||
resources.
|
resources.
|
||||||
|
|
||||||
@ -158,3 +153,9 @@ Client
|
|||||||
control after the curl_easy_perform() it cleans up the library, checks status
|
control after the curl_easy_perform() it cleans up the library, checks status
|
||||||
and exits.
|
and exits.
|
||||||
|
|
||||||
|
When the operation is done, the ourWriteOut() function in src/writeout.c may
|
||||||
|
be called to report about the operation. That function is using the
|
||||||
|
curl_easy_getinfo() function to extract useful information from the curl
|
||||||
|
session.
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user