From 1be886abe2338b0cc61edfa298d9ab0e0d347e33 Mon Sep 17 00:00:00 2001 From: jules Date: Mon, 21 Jul 2008 11:01:05 +0000 Subject: [PATCH] --- build/macosx/platform_specific_code/juce_mac_HTTPStream.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/macosx/platform_specific_code/juce_mac_HTTPStream.h b/build/macosx/platform_specific_code/juce_mac_HTTPStream.h index 712b25cdd1..a7dd2e201b 100644 --- a/build/macosx/platform_specific_code/juce_mac_HTTPStream.h +++ b/build/macosx/platform_specific_code/juce_mac_HTTPStream.h @@ -188,7 +188,7 @@ public: location = T("http://") + location; if (levelsOfRedirection++ < 3) - return open (location, headers, postData, isPost, callback, callbackContext); + return open (location, headers, postData, isPost, callback, callbackContext, timeOutMs); } else {