From facb701ae9007e20e71b7afde29b2d4932bcf061 Mon Sep 17 00:00:00 2001 From: yellows8 Date: Thu, 29 Oct 2015 15:27:39 -0400 Subject: [PATCH] Fixed the use_defaultproxy value used by the http example. --- examples/http/source/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/http/source/main.c b/examples/http/source/main.c index 2ef2bbe..5c2c43e 100644 --- a/examples/http/source/main.c +++ b/examples/http/source/main.c @@ -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(); -- 2.39.5