aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/HttpServer/ResponseFilter.cs
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2016-02-16 15:21:58 -0500
committerLuke <luke.pulverenti@gmail.com>2016-02-16 15:21:58 -0500
commit235d61ffd1c61734ca86038c3df805ad6fdc6f0b (patch)
treeca468d14aed5df006ee5cea9ed958ac14b0cdb1e /MediaBrowser.Server.Implementations/HttpServer/ResponseFilter.cs
parent753360922d9edf7cf19749ee96cd83ef9158be3d (diff)
parent3212338802621c205003bb602b40982093aa9130 (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.cs1
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