don't cache the downloaded file, so changes in the update file will have an effect while experimenting

svn path=/trunk/; revision=20925
This commit is contained in:
Ulf Lamping 2007-02-25 15:44:38 +00:00
parent c51dc21954
commit 036484c6c1
1 changed files with 3 additions and 2 deletions

View File

@ -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)