constant HTTP_REQUEST_TIMEOUT

Error code indicating that the request exceeded the specified timeout.

See also

drupal_http_request()

2 uses of HTTP_REQUEST_TIMEOUT
drupal_http_request in drupal/core/includes/common.inc
Performs an HTTP request.
HttpRequestTest::testDrupalHTTPRequest in drupal/core/modules/system/lib/Drupal/system/Tests/Common/HttpRequestTest.php
Checks HTTP requests.

File

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

Code

const HTTP_REQUEST_TIMEOUT = -1;