http://bugs.winehq.org/show_bug.cgi?id=29365
--- Comment #4 from Nikolay Sivov bunglehead@gmail.com 2011-12-18 04:40:03 CST --- (In reply to comment #3)
Created attachment 38011 [details] +msxml,+tid with patch (1.1MB)
Hi Nikolay,
(In reply to comment #2)
Try this patch, and attach +msxml,+tid with it.
It still behaves the same way unfortunately. Log attached.
I screwed up header parsing:
--- 003b:trace:msxml:add_response_header got header L"HTTP/1.0 200 OK\r\nDate":(null) 003b:trace:msxml:add_response_header got header L"\nDate":L" Sun, 18 Dec 2011 " ... ---
so first line with status code should be skipped. I'll prepare another patch.