[phpxmlrpc] HTTP/1.1 100 Continue

2005-02-02 Thread Wolfgang Pichler
Hi, i am using your xmlrpc.inc (// $Id: xmlrpc.inc,v 1.20 2003/01/10 22:01:56 dilinger Exp $) php class. Its working perfectly - beside one thing: It can be that the http response looks like: --- HTTP/1.1 100 Continue HTTP/1.1 200 (OK) Date: Wed, 02 Feb 2005 11:45:09 GMT

R: [phpxmlrpc] HTTP/1.1 100 Continue

2005-02-02 Thread Gaetano Giunta
What's happening (IMHO) is that the server is sending an invalid response: If you look at the spec for HTTP 1.0 (rfc 1945), which is the dialect that the xmlrpc client uses, you will see that responses 'HTTP 100' are NOT allowed. The client does not understand this response, and it probably