cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: In HTTP PUT: After 100 continue, curl library is not calling the read callback.

From: Dan Fandrich <dan_at_coneharvesters.com>
Date: Wed, 29 Jun 2011 23:16:29 -0700

On Thu, Jun 30, 2011 at 11:29:42AM +0530, venkataragavan vijayakumar wrote:
> I am using curl-7.21.6 and httpd2.2.13. Platform is linux cent OS.
>
> Following is the result i am getting while trying to PUT a file. Read callback
> is not called.

Do you have permission to write to that URL? If not, then the read callback
will not be called because the server will not accept any data. What is
the result of the curl_easy_perform call and the curl_easy_getinfo
CURLINFO_RESPONSE_CODE datum?

>>> Dan
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2011-06-30