We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The description of unlockcb discusses an access argument. However, only lockcb for CURLSHOPT_LOCKFUNC has an access argument.
The line discussing access should be removed:
access defines what access type libcurl wants, shared or single.
The text was updated successfully, but these errors were encountered:
Agreed!
Sorry, something went wrong.
CURLSHOPT_UNLOCKFUNC.3: the callback as no 'access' argument
81f4f43
Probably a copy and paste error from the lock function man page. Reported-by: Robby Simpson Fixes #9612
ca3efd5
bagder
Successfully merging a pull request may close this issue.
The description of unlockcb discusses an access argument. However, only lockcb for CURLSHOPT_LOCKFUNC has an access argument.
The line discussing access should be removed:
The text was updated successfully, but these errors were encountered: