HTTP_REQUEST_TIMEOUT

Definition

drupal/includes/common.inc

Description

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

Code

define('HTTP_REQUEST_TIMEOUT', 1);