From ade10c9328225543b879e1212ba47c935bf8e86c Mon Sep 17 00:00:00 2001 From: hogliux Date: Thu, 24 Aug 2017 14:16:36 +0100 Subject: [PATCH] Fixed the of documentation of URL::downloadToFile to align with some changes in a recent commit --- modules/juce_core/network/juce_URL.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/juce_core/network/juce_URL.h b/modules/juce_core/network/juce_URL.h index 32f2633b05..b2a3f592c8 100644 --- a/modules/juce_core/network/juce_URL.h +++ b/modules/juce_core/network/juce_URL.h @@ -390,8 +390,7 @@ public: Using this method to download files on mobile is less flexible but more reliable than using createInputStream or WebInputStreams as it will attempt to download the file using a native OS background network task. Such tasks automatically deal with - network re-connections and continuing your download while your app is suspended but are - limited to simple GET requests. + network re-connections and continuing your download while your app is suspended. */ DownloadTask* downloadToFile (const File& targetLocation, String extraHeaders = String(),