http://bugs.winehq.org/show_bug.cgi?id=26339
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Component|msxml3 |-unknown Ever Confirmed|0 |1
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com 2011-03-07 04:16:30 CST --- (In reply to comment #0)
Note: Doesn't even work with winetricks msxml6 ie6
So it's not a msxml problem. XMLHTTP goes through urlmon (that uses wininet), so it doesn't access networking API directly.
From what I see:
--- fixme:urlmon:HttpProtocol_on_error Not handling error 12030 ---
it looks like urlmon/wininet problem. Error code means ERROR_INTERNET_CONNECTION_ABORTED.