mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 21:13:28 -07:00
parent
3d01300ff9
commit
cdb93c4c76
1 changed files with 3 additions and 0 deletions
|
@ -206,6 +206,9 @@ namespace NzbDrone.Common.Http.Dispatchers
|
|||
case "Content-Type":
|
||||
AddContentHeader(webRequest, "Content-Type", header.Value);
|
||||
break;
|
||||
case "Content-Encoding":
|
||||
AddContentHeader(webRequest, "Content-Encoding", header.Value);
|
||||
break;
|
||||
case "Date":
|
||||
webRequest.Headers.Remove("Date");
|
||||
webRequest.Headers.Date = HttpHeader.ParseDateTime(header.Value);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue