update translations

This commit is contained in:
Luke Pulverenti
2014-05-16 13:11:07 -04:00
parent b6798f3370
commit 92cadc4323
36 changed files with 1348 additions and 516 deletions

View File

@@ -82,6 +82,7 @@ namespace MediaBrowser.Common.Net
public bool LogRequest { get; set; }
public bool LogErrorResponseBody { get; set; }
public bool EnableKeepAlive { get; set; }
private string GetHeaderValue(string name)
{
@@ -99,6 +100,7 @@ namespace MediaBrowser.Common.Net
{
EnableHttpCompression = true;
BufferContent = true;
EnableKeepAlive = true;
RequestHeaders = new Dictionary<string, string>(StringComparer.OrdinalIgnoreCase);