Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CURL_PROGRESSFUNC_CONTINUE not defined #88

Open
StefanKarpinski opened this issue Aug 20, 2020 · 1 comment · May be fixed by #102
Open

CURL_PROGRESSFUNC_CONTINUE not defined #88

StefanKarpinski opened this issue Aug 20, 2020 · 1 comment · May be fixed by #102

Comments

@StefanKarpinski
Copy link
Contributor

The progress callback is supposed to indicate success by returning the special values CURL_PROGRESSFUNC_CONTINUE. However, this is is not defined or exported by the LibCURL bindings.

@StefanKarpinski
Copy link
Contributor Author

I misunderstood the docs: it turns out that returning this value causes libcurl to also call the built-in progress callback after this one, which is generally not something one wants, so this is not super useful, but should probably still be defined and exported, so I'll leave this issue here.

@Gnimuc Gnimuc linked a pull request Apr 8, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant