http://bugs.winehq.org/show_bug.cgi?id=36937
--- Comment #9 from Bruno Jesus 00cpxxx@gmail.com --- What is the expected output when you run your test from comment 0? I modified the date to now when I run the test and this is the output in XP:
WinHttpOpen: 11354112 WinHttpConnect: 11354368 WinHttpOpenRequest: 12058624 WinHttpSendRequest: 1:0 WinHttpReceiveResponse: 1:0 WinHttpQueryHeaders-size: 0:7a WinHttpQueryHeaders-data: 1:7a Header contents: H Done!
This is in wine 1.7.24:
WinHttpOpen: 1 WinHttpConnect: 2 WinHttpOpenRequest: 3 WinHttpSendRequest: 1:0 WinHttpReceiveResponse: 1:2f76 <<=== error 12150 (ERROR_WINHTTP_HEADER_NOT_FOUND) WinHttpQueryHeaders-size: 0:7a WinHttpQueryHeaders-data: 1:7a Header contents: H Done!