aboutsummaryrefslogtreecommitdiffstats
path: root/nio-ie5.c
diff options
context:
space:
mode:
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)