http://bugs.winehq.org/show_bug.cgi?id=15107
--- Comment #8 from Rotem Zach rotemz@gmail.com 2008-09-03 10:29:23 --- I looked through chrome's code, and it seems it isn't looking for WINHTTP_CALLBACK_STATUS_REQUEST_SENT, it is lookign for WINHTTP_CALLBACK_STATUS_SENDREQUEST_COMPLETE, which we aren't sending. Changing the callback makes chrome run WinHttpReceiveResponse.
The relevant file: http://src.chromium.org/viewvc/chrome/trunk/src/net/http/http_transaction_wi...