diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-04-15 19:38:08 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-04-15 19:38:08 -0400 |
| commit | 06a7d64525c12c02c0151354d484d8a8649d2c45 (patch) | |
| tree | 12a48e1c11109c3e1e243cf997baedde3cae5750 /MediaBrowser.Server.Implementations/HttpServer/HttpServer.cs | |
| parent | 27d2d2b89a4bc1ca21b0acc3c6df35360e58667e (diff) | |
added dual pass image extraction
Diffstat (limited to 'MediaBrowser.Server.Implementations/HttpServer/HttpServer.cs')
| -rw-r--r-- | MediaBrowser.Server.Implementations/HttpServer/HttpServer.cs | 5 |
1 files changed, 1 insertions, 4 deletions
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(); } } |
