diff options
Diffstat (limited to 'MediaBrowser.Server.Implementations/HttpServer/BaseRestService.cs')
| -rw-r--r-- | MediaBrowser.Server.Implementations/HttpServer/BaseRestService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/HttpServer/BaseRestService.cs b/MediaBrowser.Server.Implementations/HttpServer/BaseRestService.cs index b84708437..ef9483b6e 100644 --- a/MediaBrowser.Server.Implementations/HttpServer/BaseRestService.cs +++ b/MediaBrowser.Server.Implementations/HttpServer/BaseRestService.cs @@ -53,7 +53,7 @@ namespace MediaBrowser.Server.Implementations.HttpServer { throw new ArgumentNullException("result"); } - + Response.AddHeader("Vary", "Accept-Encoding"); return RequestContext.ToOptimizedResult(result); |
