CURLINFO_COOKIELIST man page example: non-existing file is stdin #4930
Labels
Comments
Thanks |
Also could you satisfy my curiosity? Documentation of So in this part of example:
Why one would need to check that If "just in case", then why not to be consistent and go further with
|
The documentation for the specific option always takes precedence, however in this case there is no conflict. If curl_easy_getinfo returns CURLE_OK then cookies was written to but is NULL if there were no cookies. |
Perfect. Thank you. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
From CURLINFO_COOKIELIST example:
But "-" stands for
stdin
, isn't it?The text was updated successfully, but these errors were encountered: