http://bugs.winehq.org/show_bug.cgi?id=17914
Yann Droneaud yann@droneaud.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |yann@droneaud.fr
--- Comment #12 from Yann Droneaud yann@droneaud.fr 2009-05-26 04:10:33 --- (In reply to comment #11)
Tests in the first patch succeed on native wininet from ie8. The second patch produces failures:
http.c:933: Test failed: HttpSendRequest Failed with error 12150
12150 ERROR_HTTP_HEADER_NOT_FOUND
Indeed, my test case is broken regarding to mandatory Content-Length header... I wrote Content-Length=9 instead of Content-Length: 9 sorry.