diff options
| author | Luke <luke.pulverenti@gmail.com> | 2016-02-16 15:21:58 -0500 |
|---|---|---|
| committer | Luke <luke.pulverenti@gmail.com> | 2016-02-16 15:21:58 -0500 |
| commit | 235d61ffd1c61734ca86038c3df805ad6fdc6f0b (patch) | |
| tree | ca468d14aed5df006ee5cea9ed958ac14b0cdb1e /MediaBrowser.Server.Implementations/HttpServer/ResponseFilter.cs | |
| parent | 753360922d9edf7cf19749ee96cd83ef9158be3d (diff) | |
| parent | 3212338802621c205003bb602b40982093aa9130 (diff) | |
Merge pull request #1471 from MediaBrowser/dev
Dev
Diffstat (limited to 'MediaBrowser.Server.Implementations/HttpServer/ResponseFilter.cs')
| -rw-r--r-- | MediaBrowser.Server.Implementations/HttpServer/ResponseFilter.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Server.Implementations/HttpServer/ResponseFilter.cs b/MediaBrowser.Server.Implementations/HttpServer/ResponseFilter.cs index 4ef9d5277..f993d4437 100644 --- a/MediaBrowser.Server.Implementations/HttpServer/ResponseFilter.cs +++ b/MediaBrowser.Server.Implementations/HttpServer/ResponseFilter.cs @@ -61,6 +61,7 @@ namespace MediaBrowser.Server.Implementations.HttpServer if (!hasOptions.Options.ContainsKey("Server")) { hasOptions.Options["Server"] = "Mono-HTTPAPI/1.1, UPnP/1.0 DLNADOC/1.50"; + //hasOptions.Options["Server"] = "Mono-HTTPAPI/1.1"; } // Content length has to be explicitly set on on HttpListenerResponse or it won't be happy |
