https://bugs.winehq.org/show_bug.cgi?id=39764
--- Comment #2 from Dmitry Timoshkov dmitry@baikal.ru --- (In reply to Hans Leidekker from comment #1)
A test case that reproduces the problem was sent to wine-patches.
Do you mean http://source.winehq.org/patches/data/117171 ? Reverting this commit doesn't fix the todo tests in that patch.
Looks like the test didn't really replicate what the application is doing, but reverting that commit does fix the application that I have here.
The application uses the IWinHttpRequest::get_ResponseText() to get the server response, I'll add another test.