Hello everyone,

I'm trying to identify which CURLcode error messages returned by curl are
interesting to report to a final user of my application.

Unfortunately there are some CURLcodes that I could not completely
understand, is there any source where those codes are exemplified?

Some of them are:

CURLE_SEND_ERRO(55)
CURLE_REC_ERROR(56)
Those two refer to "Failed sending/receiving network data". Network data
here means data exchanged by the protocol to stablish connection or it
means the data that is being transferred from/to the server? An example
would help to clarify.

CURLE_CHUNK_FAILED(88)
This could happen during the writing of a received file?

Thanks in advance!
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html

Reply via email to