constant HTTP_REQUEST_TIMEOUT

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)

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/includes!common.inc/constant/HTTP_REQUEST_TIMEOUT/7.x