<div dir="ltr">For the benefit of others, there are a few problems with the FPC example to note.<div><br></div><div>1) The callback <span style="font-family:monospace">CURLOPT_WRITEFUNCTION </span>should return the number of bytes handled.</div><div>2) You should check the result of <span style="font-family:monospace">curl_easy_perform </span>to determine if the curl perform operation (HTTP GET) was successful.</div><div><div><br></div></div></div>