HTTP_REQUEST_TIMEOUT

in includes/common.inc

Error code indicating that the request made by drupal_http_request() exceeded the specified timeout.

<?php
define('HTTP_REQUEST_TIMEOUT', 1);
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.