Active
Project:
Browser
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
19 Aug 2009 at 07:01 UTC
Updated:
9 Nov 2009 at 21:06 UTC
Jump to comment: Most recent file
drupal_http_request() should be a wrapper for the browser.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | drupal_http_request-1.patch | 17.13 KB | c960657 |
Comments
Comment #1
pwolanin commentedwell, currently browser.cin is a bit of a mess.
it also used file_get_contents() which will break on hosts that don't allow fopen url.
Comment #2
c960657 commentedAFAICT, cURL does not offer sub-second precision for CURLOPT_TIMEOUT prior to PHP 5.2.3, so I guess it will be difficult to support drupal_http_request's timeout parameter that is a float.
Comment #3
c960657 commentedThis takes it some of the way. Feel free to take it further.
Comment #4
boombatower commentedMove to Browser module for further development.