Could someone test this wineinet:http fix on an XP or 2003 box without IE7

Reece Dunn msclrhd at googlemail.com
Tue Jan 27 03:50:34 CST 2009


Hopefully, we will then get a clean test run on some XP boxes and have
several more 2003 boxes with 1 test failure :).

Thanks,
- Reece
-------------- next part --------------
diff --git a/dlls/wininet/tests/http.c b/dlls/wininet/tests/http.c
index c5321b4..b810494 100644
--- a/dlls/wininet/tests/http.c
+++ b/dlls/wininet/tests/http.c
@@ -1816,7 +1816,7 @@ static void test_http1_1(int port)
 
 static void test_HttpSendRequestW(int port)
 {
-    static const WCHAR header[] = {'U','A','-','C','P','U',':',' ','x','8','6',0};
+    static const WCHAR header[] = {'C','o','n','t','e','n','t','-','t','y','p','e',':',' ','t','e','x','t','/','p','l','a','i','n',0};
     HINTERNET ses, con, req;
     DWORD error;
     BOOL ret;


More information about the wine-devel mailing list