http://bugs.winehq.org/show_bug.cgi?id=17914
--- Comment #7 from Yann Droneaud yann@droneaud.fr 2009-05-26 02:53:29 --- Created an attachment (id=21321) --> (http://bugs.winehq.org/attachment.cgi?id=21321) Call to HttpSendRequest() before patch
I have a similar problem with another application where it pass "application/x-www-form-urlencoded\n\nContent-Length: 328\n" as additionnal headers in HttpSendRequest(). Requests built with those headers are misinterpreted by HTTP server, eg. the \n\n sequence is seen as end of header and all following headers are parts of the content.
Attached the WINEDEBUG log for the application. To come: same log after the patch, and two test case.