Gerald Pfeifer : winhttp: Remove unused constant proxymsg.
Module: wine Branch: master Commit: 25bf35243e866644e77ae363f5b13597513ab69f URL: http://source.winehq.org/git/wine.git/?a=commit;h=25bf35243e866644e77ae363f5... Author: Gerald Pfeifer <gerald(a)pfeifer.com> Date: Fri Jul 25 23:32:00 2014 +0200 winhttp: Remove unused constant proxymsg. --- dlls/winhttp/tests/winhttp.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/dlls/winhttp/tests/winhttp.c b/dlls/winhttp/tests/winhttp.c index 6a2d8c6..f214879 100644 --- a/dlls/winhttp/tests/winhttp.c +++ b/dlls/winhttp/tests/winhttp.c @@ -1774,13 +1774,6 @@ static const char noauthmsg[] = "WWW-Authenticate: Basic realm=\"placebo\"\r\n" "\r\n"; -static const char proxymsg[] = -"HTTP/1.1 407 Proxy Authentication Required\r\n" -"Server: winetest\r\n" -"Proxy-Connection: close\r\n" -"Proxy-Authenticate: Basic realm=\"placebo\"\r\n" -"\r\n"; - struct server_info { HANDLE event;
participants (1)
-
Alexandre Julliard