From a3db9f3f72de1b7a1b25cd91f142fc1e2abe1386 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 12 Aug 2011 10:37:54 -0400 Subject: - Patch #1246376 by sun: HTTP_REQUEST_TIMEOUT constant value is not negative. --- includes/common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes') diff --git a/includes/common.inc b/includes/common.inc index 67abdef48..6e51c4213 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -89,7 +89,7 @@ define('JS_THEME', 100); * Error code indicating that the request made by drupal_http_request() exceeded * the specified timeout. */ -define('HTTP_REQUEST_TIMEOUT', 1); +define('HTTP_REQUEST_TIMEOUT', -1); /** * Constants defining cache granularity for blocks and renderable arrays. -- cgit v1.2.3