http://bugs.winehq.org/show_bug.cgi?id=17914
--- Comment #15 from Yann Droneaud yann@droneaud.fr 2009-05-26 05:20:14 --- Created an attachment (id=21328) --> (http://bugs.winehq.org/attachment.cgi?id=21328) PATCH: wininet: Additionnal header can be separated by \n + strip_spaces() improvement
Here is my patch (git-format) against HTTP_HttpAddRequestHeadersW(). The new code will chop every leading carriage return and linefeed between headers.
Additionnal, there's also a patch on strip_spaces() to remove leading and trailing space (space, tab, carriage, line feed) characters. Seems not needed.