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.