aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/HttpServer/SocketSharp
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-11-15 10:51:49 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-11-15 10:51:49 -0500
commit4edcab9c11cf8e8cfbfc0bd9afe7b7ec067fd1e3 (patch)
treef805e748ff55a9d45bf67371efa4c6b46620bcac /MediaBrowser.Server.Implementations/HttpServer/SocketSharp
parenta4b75934e5a4737ba7721c33ad9a009060a8a246 (diff)
updated service stack
Diffstat (limited to 'MediaBrowser.Server.Implementations/HttpServer/SocketSharp')
-rw-r--r--MediaBrowser.Server.Implementations/HttpServer/SocketSharp/WebSocketSharpResponse.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.Server.Implementations/HttpServer/SocketSharp/WebSocketSharpResponse.cs b/MediaBrowser.Server.Implementations/HttpServer/SocketSharp/WebSocketSharpResponse.cs
index 2e3828512..b725af610 100644
--- a/MediaBrowser.Server.Implementations/HttpServer/SocketSharp/WebSocketSharpResponse.cs
+++ b/MediaBrowser.Server.Implementations/HttpServer/SocketSharp/WebSocketSharpResponse.cs
@@ -140,5 +140,7 @@ namespace MediaBrowser.Server.Implementations.HttpServer.SocketSharp
get { return response.SendChunked; }
set { response.SendChunked = value; }
}
+
+ public bool KeepAlive { get; set; }
}
}