PEAR is archived and read-only

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

Home » HTTP » HTTP_Client » Bug #5732

Timeout support request

Details

Request #5732Timeout support request
Submitted2005-10-20 17:00 UTC
Fromseth at pricepages dot org
StatusDuplicate
PackageHTTP_Client
PHP VersionIrrelevant
Roadmaps(Not assigned)

Comments

[2005-10-20 17:00 UTC] seth at pricepages dot org

Description:
------------
I would like HTTP Client to support timeout in such a way
that it applies across redirects. For example: if I set the
timeout to 2 seconds, and the first redirect takes 1.5
seconds, then it allows 0.5 seconds for the second redirect.

I would be willing to submit a patch if you are interested.