https://bugs.winehq.org/show_bug.cgi?id=51227
--- Comment #8 from Hans Leidekker hans@meelstraat.net --- (In reply to François Gouget from comment #7)
I must say I'm not seeing the link between BindToStorage(...BINDF_NOWRITECACHE...) and InternetQueryOptionA(...INTERNET_OPTION_SECURITY_FLAGS...). But I don't really know anything about either.
In any case the patch seems to fix the issue and not cause new failures elsewhere: https://testbot.winehq.org/JobDetails.pl?Key=128298
Does that mean it's a suitable fix? Or should wininet:http be more resilient?
Fixing wininet:http is better because the URL could be cached in other ways. The fix for wininet:http was committed BTW.