Daniel Stenberg haxx.se> writes:
>
> On Fri, 19 Apr 2013, Ceri Davies wrote:
>
> > I'm an experienced programmer but new to curl. I have implemented a fuse
> > filesystem that send notifications on open/close mkdir/rmdir events via
curl
> > to a web lo
ayload); res = curl_easy_perform(curl); if (CURLE_OK != res) { LOG_ERROR("ERROR:curl connect failed %s", curl_easy_strerror(res)); rc = -2; } LOG_DEBUG("### Received (%ld, max %ld) bytes:\n%s\n### /Received", responseDataChunk.size, PAYLOAD_SIZE, responseDataChunk.memory);