http://bugs.winehq.org/show_bug.cgi?id=26773
Summary: HttpOpenRequest returns cached file despite INTERNET_FLAG_RELOAD Product: Wine Version: 1.3.16 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: wininet AssignedTo: wine-bugs@winehq.org ReportedBy: contact@eloxoph.com
HttpOpenRequest apparently doesn't redownload a cached file even if the flag INTERNET_FLAG_RELOAD is supplied.
Also wine outputs this line while the download is in progress: fixme:wininet:CommitUrlCacheEntryInternal entry already in cache - don't know what to do!
This breaks applications that rely on redownloading a file even if it is already in the local cache.
http://bugs.winehq.org/show_bug.cgi?id=26773
--- Comment #1 from Juan Lang juan_lang@yahoo.com 2011-04-14 09:25:19 CDT --- How do you demonstrate the problem? Please give an app that is affected by this, along with steps to reproduce.
And, I'd be surprised: as far as I can see, wininet merely stores downloaded data in the cache: it never reads from it.
http://bugs.winehq.org/show_bug.cgi?id=26773
Jacek Caban jacek@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |jacek@codeweavers.com Resolution| |INVALID
--- Comment #2 from Jacek Caban jacek@codeweavers.com 2011-05-03 17:58:28 CDT --- Yeah, we never return cached files. That's another bug, this one is invalid.
http://bugs.winehq.org/show_bug.cgi?id=26773
Jacek Caban jacek@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Jacek Caban jacek@codeweavers.com 2011-05-03 17:58:46 CDT --- Closing invalid.