
 Ali Khalil - 2007-12-30 13:28:29 - 
In reply to message 9 from Manuel LemosWow... this issue was driving me insane. I kept getting the following text repeating forever after the 'Request Body' header:
HTTP/1.1 100 Continue
I initially thought that it was the web page to which I was trying to submit information. But, after I read your post I updated the protocol variable to '1.0' which solved my problem. 
$http->protocol_version="1.0";
I wanted to check on why I would still get this error although I have libcurl versions > 7.13.2. I tested the script out on two different versions which were 7.15.5 and 7.16.0. What do you suggest the problem might be?