From: yellows8 Date: Thu, 29 Oct 2015 19:27:39 +0000 (-0400) Subject: Fixed the use_defaultproxy value used by the http example. X-Git-Tag: v0.6.0~1 X-Git-Url: https://chaos.moe/g/?a=commitdiff_plain;h=facb701ae9007e20e71b7afde29b2d4932bcf061;p=corbenik%2Fctrulib.git Fixed the use_defaultproxy value used by the http example. --- 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();