added dual pass image extraction

This commit is contained in:
Luke Pulverenti
2013-04-15 19:38:08 -04:00
parent 27d2d2b89a
commit 06a7d64525
2 changed files with 21 additions and 8 deletions

View File

@@ -357,10 +357,7 @@ namespace MediaBrowser.Server.Implementations.HttpServer
_logger.ErrorException("AcceptWebSocketAsync error", ex);
ctx.Response.StatusCode = 500;
}
finally
{
ctx.Response.Close();
ctx.Response.Close();
}
}