You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.The text was updated successfully, but these errors were encountered: