constant HTTP_REQUEST_TIMEOUT

  1. 7.x drupal-7.x/includes/common.inc HTTP_REQUEST_TIMEOUT
  2. 6.x drupal-6.x/includes/common.inc HTTP_REQUEST_TIMEOUT

Error code indicating that the request exceeded the specified timeout.

See also

drupal_http_request()

2 uses of HTTP_REQUEST_TIMEOUT
DrupalHTTPRequestTestCase::testDrupalHTTPRequest in drupal-7.x/modules/simpletest/tests/common.test
drupal_http_request in drupal-7.x/includes/common.inc
Performs an HTTP request.

File

drupal-7.x/includes/common.inc, line 92
Common functions that many Drupal modules will need to reference.

Code

define('HTTP_REQUEST_TIMEOUT', -1)