adjust header values

This commit is contained in:
Luke Pulverenti
2017-10-22 19:36:22 -04:00
parent c2361db772
commit b54046a6de
4 changed files with 9 additions and 10 deletions

View File

@@ -104,7 +104,7 @@ namespace MediaBrowser.Common.Net
public bool PreferIpv4 { get; set; }
public bool EnableDefaultUserAgent { get; set; }
public Encoding RequestContentEncoding { get; set; }
public bool AppendCharsetToMimeType { get; set; }
private string GetHeaderValue(string name)
{