http://bugs.winehq.org/show_bug.cgi?id=3426
Hans Leidekker hans@it.vu.nl changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |hans@it.vu.nl
--- Comment #7 from Hans Leidekker hans@it.vu.nl 2008-05-02 08:40:44 --- I wrote a test that shows that HttpAddRequestHeaders(..., HTTP_ADDREQ_FLAG_ADD_IF_NEW) really is supposed to fail if one or more of the supplied headers already exist. The problem lies deeper; on Windows headers are not present in a request until the request has been sent, on Wine they are present before, hence the failure adding the user agent string.