update response stream handling

This commit is contained in:
Luke Pulverenti
2016-11-12 03:02:46 -05:00
parent 6865bb5353
commit 1714cb8764
7 changed files with 32 additions and 15 deletions

View File

@@ -291,6 +291,10 @@ namespace MediaBrowser.ServerApplication
{
get
{
#if DEBUG
return false;
#endif
if (_isRunningAsService)
{
return _canRestartService;