]> Chaos Git - corbenik/ctrulib.git/commitdiff
Fixed the use_defaultproxy value used by the http example.
authoryellows8 <yellows8@users.noreply.github.com>
Thu, 29 Oct 2015 19:27:39 +0000 (15:27 -0400)
committeryellows8 <yellows8@users.noreply.github.com>
Thu, 29 Oct 2015 19:27:39 +0000 (15:27 -0400)
examples/http/source/main.c

index 2ef2bbe77b6cb0c1c4e838ebc5dc4e4df1717f43..5c2c43eb9200ee2ec5ff0bcf2ab2474ff6ea3ece 100644 (file)
@@ -76,7 +76,7 @@ int main()
        printf("Downloading %s\n",url);
        gfxFlushBuffers();
 
-       ret = httpcOpenContext(&context, url , 0);
+       ret = httpcOpenContext(&context, url, 1);
        printf("return from httpcOpenContext: %"PRId32"\n",ret);
        gfxFlushBuffers();