wasSharp

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 27  →  ?path2? @ 26
/Web/wasHTTPClient.cs
@@ -68,9 +68,8 @@
switch (headers != null)
{
case false:
headers = new Dictionary<string, string> { { "Accept", @"*/*" } };
headers = new Dictionary<string, string> {{"Accept", @"*/*"}};
break;
 
default:
if (!headers.ContainsKey("Accept"))
{
@@ -446,4 +445,4 @@
}
}
}
}
}