http://bugs.winehq.org/show_bug.cgi?id=18180
--- Comment #6 from Paul "TBBle" Hampson Paul.Hampson@Pobox.com 2009-04-24 07:18:32 --- Created an attachment (id=20660) --> (http://bugs.winehq.org/attachment.cgi?id=20660) Test fix for this problem
Patch to attempt to fix the problem. The log in attachment 20657 shows
trace:wininet:HTTP_HttpAddRequestHeadersW copying header: L"\r\nUNICODE: Yes\r\nCOMPRESSED: Yes"
which HttpAddRequestHeadersW will reject at the first 0-length string, and stop processing there.
If this patch fixes the problem, I'll see about a proper fix and unit test.