Home » HTTP » HTTP_Client » Bug #5732
Timeout support request
Details
| Request #5732 | Timeout support request |
|---|---|
| Submitted | 2005-10-20 17:00 UTC |
| From | seth at pricepages dot org |
| Status | Duplicate |
| Package | HTTP_Client |
| PHP Version | Irrelevant |
| 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.