Skip to content

docs: add CURLOPT_NOPROGRESS to CURLOPT_XFERINFOFUNCTION example - #13348

Closed
To1ne wants to merge 1 commit into
curl:masterfrom
To1ne:toon-xfer-progress
Closed

docs: add CURLOPT_NOPROGRESS to CURLOPT_XFERINFOFUNCTION example#13348
To1ne wants to merge 1 commit into
curl:masterfrom
To1ne:toon-xfer-progress

Conversation

@To1ne

@To1ne To1ne commented Apr 11, 2024

Copy link
Copy Markdown
Contributor

It's important to set CURLOPT_NOPROGRESS to 0 if you want your transfer callback function, set by CURLOPT_XFERINFOFUNCTION, getting called. To emphasize this to the users, add this to the code example.

It's important to set `CURLOPT_NOPROGRESS` to `0` if you want your
transfer callback function, set by `CURLOPT_XFERINFOFUNCTION`, getting
called. To emphasize this to the users, add this to the code example.
@bagder

bagder commented Apr 11, 2024

Copy link
Copy Markdown
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

2 participants