On Wed, Jun 29, 2011 at 05:46:40PM +0530, venkataragavan vijayakumar wrote: > I am trying to PUT a file in a server location using the sample http_put.c > file > in the example. > 100-continue is came from the server, but the read callback is not called and > the application is hanged. > Is this the problem with the server or i have enable any setting in Library. > I am using the APACHE server, whether i have to enable PUT request in that > server. > > Please help me to resolve this issue.
What version of libcurl and Apache is this and on what platform? What happens if you force a HTTP/1.0 transaction? >>> Dan ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
