http://bugs.winehq.org/show_bug.cgi?id=16165
Henry Kroll nospam@thenerdshow.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |winhttp
--- Comment #1 from Henry Kroll nospam@thenerdshow.com 2008-11-22 20:00:36 --- e4f7809cc9969c693d910348315502892848aaf9 is first bad commit commit e4f7809cc9969c693d910348315502892848aaf9 Author: Hans Leidekker hans@codeweavers.com Date: Thu Nov 20 14:50:58 2008 +0100
winhttp: Prefer builtin over native.
It's obvious what's happening here. To go back to using native winhttp, we can just use DLLOVERRIDES.
The character of this bug has changed. It is not a new bug but an existing bug with wine's builtin winhttp.dll so I will try to update it to reflect that. Of course, it would help wine better if we can find out what about builtin winhttp is causing the error with patching. Maybe some kind of encryption thing. Not sure where to start debugging that, packet sniffing, perhaps?