updated service stack

This commit is contained in:
Luke Pulverenti
2014-11-15 10:51:49 -05:00
parent a4b75934e5
commit 4edcab9c11
4 changed files with 20 additions and 6 deletions

View File

@@ -140,5 +140,7 @@ namespace MediaBrowser.Server.Implementations.HttpServer.SocketSharp
get { return response.SendChunked; }
set { response.SendChunked = value; }
}
public bool KeepAlive { get; set; }
}
}