From 06a7d64525c12c02c0151354d484d8a8649d2c45 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Mon, 15 Apr 2013 19:38:08 -0400 Subject: added dual pass image extraction --- MediaBrowser.Server.Implementations/HttpServer/HttpServer.cs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'MediaBrowser.Server.Implementations/HttpServer') diff --git a/MediaBrowser.Server.Implementations/HttpServer/HttpServer.cs b/MediaBrowser.Server.Implementations/HttpServer/HttpServer.cs index 990dc7671..9637817ce 100644 --- a/MediaBrowser.Server.Implementations/HttpServer/HttpServer.cs +++ b/MediaBrowser.Server.Implementations/HttpServer/HttpServer.cs @@ -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(); } } -- cgit v1.2.3