Changeset 17969
- Timestamp:
- 10/06/08 14:36:50 (2 months ago)
- Files:
-
- trunk/midcom/net.nemein.rss/magpierss/rss_fetch.inc (modified) (1 diff)
- trunk/midcom/org.openpsa.httplib/Snoopy.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/midcom/net.nemein.rss/magpierss/rss_fetch.inc
r14234 r17969 386 386 387 387 if ( !defined('MAGPIE_FETCH_TIME_OUT') ) { 388 define('MAGPIE_FETCH_TIME_OUT', 5); // 5 second timeout388 define('MAGPIE_FETCH_TIME_OUT', 10); // 5 second timeout 389 389 } 390 390 trunk/midcom/org.openpsa.httplib/Snoopy.php
r14084 r17969 122 122 var $_fp_timeout = 30; // timeout for socket connection 123 123 124 function Snoopy()124 function __construct() 125 125 { 126 126 $this->proxy_host = $GLOBALS['midcom_component_data']['org.openpsa.httplib']['config']->get('proxy_host'); … … 766 766 function _check_timeout($fp) 767 767 { 768 if ($this->read_timeout > 0) { 768 if ($this->read_timeout > 0) 769 { 769 770 $fp_status = socket_get_status($fp); 770 771 if ($fp_status["timed_out"]) {
