constant HTTP_REQUEST_TIMEOUT

Same name and namespace in other branches
  1. 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()

Archivo

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

Código

define('HTTP_REQUEST_TIMEOUT', -1)