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
curl_ws_recv.md
recv and meta gets set to the appropriate value only if the call is successful, otherwise they are set to 0 and NULL respectively.
recv
meta
0
NULL
Side note: I didn't see anywhere in the docs that you can only rely on set values if calls don't error out.
The text was updated successfully, but these errors were encountered:
curl_ws_recv.md: the 'meta' pointer is only returned on success
846c13d
Reported-by: Dylam De La Torre Fixes #15340
51724c4
bagder
Successfully merging a pull request may close this issue.
Specify which documentation you found a problem with
curl_ws_recv.md
The problem
recv
andmeta
gets set to the appropriate value only if the call is successful, otherwise they are set to0
andNULL
respectively.Side note: I didn't see anywhere in the docs that you can only rely on set values if calls don't error out.
The text was updated successfully, but these errors were encountered: