HTTP/1.1 100 Continue

Wolfgang Pichler <[email protected]> Wed, 02 Feb 2005 15:12:58 +0100
Newsgroups gmane.comp.php.xml-rpc
Message-ID <1107353578.8905.134.camel@localhost>
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
Server: Apache
Content-Length: 277
Content-Type: text/xml

<?xml version="1.0"?>
here does come the rest of the xml document
-----------------------

in this case it will fail - but thats a valid response

So, what can i do to get this working ?

regards,
Wolfgang