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 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