constant HTTP_REQUEST_TIMEOUT
Same name and namespace in other branches
- 7.x drupal-7.x/includes/common.inc \HTTP_REQUEST_TIMEOUT
Error code indicating that the request made by drupal_http_request() exceeded the specified timeout.
Archivo
- drupal-6.x/
includes/ common.inc, line 37 - Common functions that many Drupal modules will need to reference.
Código
define('HTTP_REQUEST_TIMEOUT', -1)