PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Web Services » XML_RPC » Bug #4642

I want support to HTTP 1.1.

Details

Request #4642I want support to HTTP 1.1.
Submitted2005-06-20 17:42 UTC
Fromelf at php dot net
Assigneddanielc
StatusWont fix
PackageXML_RPC
PHP VersionIrrelevant
OSLinux
Roadmaps(Not assigned)

Comments

[2005-06-20 17:42 UTC] elf at php dot net

Description:
------------
XML_RPC supported only HTTP 1.0.
However, a virtual domain cannot be used in HTTP 1.0.
I want support to HTTP 1.1.

[2005-06-22 14:34 UTC] giunta dot gaetano at sea-aeroportimilano dot it

Two 'easy options' to add better HTTP support:

1 - use CURL (if present) also for HTTP beside HTTPS
2 - copy code over from NUSOAP

a good speedup would come from using http keep-alives. I am not sure if solution 2 would allow it...

ciao

PS:

3 - use HTTP components from PEAR???

[2005-07-12 09:47 UTC] giunta dot gaetano at sea-aeroportimilano dot it

After preliminary etsts, it looks like CURL supports keep-alives with HTTP1.1 at least since PHP 4.3.8.
I added support for that to phpxmlrpc CVS version, but have no figues yet on performance...

[2005-08-07 15:30 UTC] elf at php dot net

Sorry, I have used HTTP_Request.;-)