curl-users
7.10.3 breaks me
Date: Sun, 9 Mar 2003 13:53:31 -0800
Help!!
I have an application using CURL that has become broken since 7.10.3 came out. I have been running the same application successfully in 7.10.1 and 7.10.2.
I have verified this problem building CURL from source in Linux. I have also verfied the same problem in Win32 using the binary distributions.
The connection is an SSL post of a string of XML data. The curl command I use is:
$rdata = `'$curlpath' -E '$keyfile' -k -m 90 -s -S -d '$xmlstg' '$hoststg'`;
(yep, it's being called from perl, but straight command-line behavior is the same)
The server logs show that the HTTP headers are successfully recieved, but then the post data itself never gets through.
Any ideas? Am I doing something wrong? or is this something in the latest release of curl? (maybe both?)
Thanks in advance
Scott
-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger
for complex code. Debugging C/C++ programs can leave you feeling lost and
disoriented. TotalView can help you find your way. Available on major UNIX
and Linux platforms. Try it free. www.etnus.com
Received on 2003-03-09