On Mon, 22 Feb 2010, Nanbackups wrote:

Right, but what is your app telling libcurl?

success = SetBoolOpt(CURLOPT_POST, true) &&
               SetSizeOpt(CURLOPT_POSTFIELDSIZE,
                                   request.request()->length()) &&
               SetStringOpt(CURLOPT_POSTFIELDS, *(request.request()));

Are those the only options your app uses? No auth options for example?

--

 / daniel.haxx.se
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html

Reply via email to