Commit 70ad8a0b authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment