Using CURLOPT_POST without using CURLOPT_POSTFIELDS caused us to strlen()
a NULL pointer. Now, we treat a missing CURLOPT_POSTFIELDS as if there is no data to send.
parent
cec8a3af
Please register or sign in to comment
a NULL pointer. Now, we treat a missing CURLOPT_POSTFIELDS as if there is no data to send.