http://bugs.winehq.org/show_bug.cgi?id=21089
Hans Leidekker hans@meelstraat.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |hans@meelstraat.net
--- Comment #9 from Hans Leidekker hans@meelstraat.net 2009-12-20 04:40:21 --- 183 == ERROR_ALREADY_EXISTS, which comes from the cache code trying to find a new cache file name.
The app checks the return code from GetLastError() even though HttpSendRequest returns success. We should probably clear last error on success, but first we need a test case to confirm that.