aboutsummaryrefslogtreecommitdiffstats
path: root/nio-ie5.c
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2007-02-25 15:44:38 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2007-02-25 15:44:38 +0000
commitafb50de4935f8b60a26b93375ef9f8aa26e4a705 (patch)
tree6ada88006f0989e8d48b932a25c2511280e0bbd6 /nio-ie5.c
parentcfcd88369e59eb5e3b9026fd32357043d5296731 (diff)
don't cache the downloaded file, so changes in the update file will have an effect while experimenting
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20925 f5534014-38df-0310-8fa8-9805f1628bb7
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)