HTTP_REQUEST_TIMEOUT

  1. drupal
    1. 6 includes/common.inc
    2. 7 includes/common.inc
    3. 8 core/includes/common.inc

Error code indicating that the request exceeded the specified timeout.

See also

drupal_http_request()

File

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

Code

define('HTTP_REQUEST_TIMEOUT', -1)
Login or register to post comments