Client use of HTTP 1.1
Status: Beta
Brought to you by:
cmorley
There has been some discussion of this issue in the
forum, and I have discussed this issue on the XML-RPC
forum in Yahoo Groups.
Briefly, HTTP 1.1 and XML-RPC are incompatible. HTTP
1.1 dictates that an HTTP 1.1 client MUST accept
chunked transports and the XML-RPC standard dictates
that the XML-RPC client (and server) must NOT accept
chunked transports (because they don't have Content
Length headers).
The only way out of this that I can see is to modify
the client code to submit its requests using 1.0 and
NOT 1.1.