wasSharp

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