http://bugs.winehq.org/show_bug.cgi?id=9765
Maarten Lankhorst m.b.lankhorst@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |m.b.lankhorst@gmail.com Status|REOPENED |ASSIGNED
--- Comment #10 from Maarten Lankhorst m.b.lankhorst@gmail.com 2008-02-25 14:11:25 --- I found the cause and send in a patch.
Basically iTunes queries the raw headers, but we accidentally change it to include a null so the headers end early. This causes the headers to be truncated to only "HTTP/1.1", I sent in a patch that fixes this.