Specify which documentation you found a problem with
curl_ws_recv.md
The problem
recv and meta gets set to the appropriate value only if the call is successful, otherwise they are set to 0 and NULL 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.
Specify which documentation you found a problem with
curl_ws_recv.md
The problem
recvandmetagets set to the appropriate value only if the call is successful, otherwise they are set to0andNULLrespectively.Side note: I didn't see anywhere in the docs that you can only rely on set values if calls don't error out.