Same name and namespace in other branches
  1. 7.x includes/common.inc \HTTP_REQUEST_TIMEOUT

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

1 use of HTTP_REQUEST_TIMEOUT
drupal_http_request in includes/common.inc
Perform an HTTP request.

File

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

Code

define('HTTP_REQUEST_TIMEOUT', -1);