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);
?>