aboutsummaryrefslogtreecommitdiffstats
path: root/nio-ie5.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2007-02-25 15:44:38 +0000
committerUlf Lamping <ulf.lamping@web.de>2007-02-25 15:44:38 +0000
commit036484c6c188b5ec6584d3b026449fc821f552b5 (patch)
tree6ada88006f0989e8d48b932a25c2511280e0bbd6 /nio-ie5.c
parentc51dc219547c8ef00f4dcd56397d9c266529a418 (diff)
don't cache the downloaded file, so changes in the update file will have an effect while experimenting
svn path=/trunk/; revision=20925
Diffstat (limited to 'nio-ie5.c')
-rw-r--r--nio-ie5.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/nio-ie5.c b/nio-ie5.c
index 9ad0b72553..b1eb810b9c 100644
--- a/nio-ie5.c
+++ b/nio-ie5.c
@@ -38,8 +38,9 @@ netio_ie5_connect (char const *url)
DWORD flags =
/* INTERNET_FLAG_DONT_CACHE |*/
INTERNET_FLAG_KEEP_CONNECTION |
- /* INTERNET_FLAG_PRAGMA_NOCACHE |*/
- /* INTERNET_FLAG_RELOAD |*/
+ INTERNET_FLAG_PRAGMA_NOCACHE |
+ INTERNET_FLAG_RELOAD |
+ INTERNET_FLAG_NO_CACHE_WRITE |
INTERNET_FLAG_EXISTING_CONNECT | INTERNET_FLAG_PASSIVE;
if (internet == 0)