Commit 25bf3524 authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard

winhttp: Remove unused constant proxymsg.

parent 4a8d186b
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment