[Bug 17914] Using \n rather then \r\n breaks HTTP RFC with HTTP_AddRequestHeadersW

wine-bugs at winehq.org wine-bugs at winehq.org
Tue May 26 05:20:19 CDT 2009


http://bugs.winehq.org/show_bug.cgi?id=17914





--- Comment #15 from Yann Droneaud <yann at 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.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list