From ad49bd7d71d6f24c260f2bd9fc00f72702bf8b2d Mon Sep 17 00:00:00 2001 From: James South Date: Mon, 10 Nov 2014 15:11:45 +0000 Subject: [PATCH] Cleanup. Former-commit-id: ca0a85dedbb3c98e5c5134b93be518938c0b9929 Former-commit-id: 483937186a86c1edcf4496fa50b055400485c12b --- src/ImageProcessor.Web/Services/RemoteImageService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ImageProcessor.Web/Services/RemoteImageService.cs b/src/ImageProcessor.Web/Services/RemoteImageService.cs index 7e8d04383..a8a46319a 100644 --- a/src/ImageProcessor.Web/Services/RemoteImageService.cs +++ b/src/ImageProcessor.Web/Services/RemoteImageService.cs @@ -140,7 +140,7 @@ namespace ImageProcessor.Web.Services TimeoutLength = int.Parse(this.Settings["Timeout"]) }; - byte[] buffer = { }; + byte[] buffer; // Prevent response blocking. WebResponse webResponse = await remoteFile.GetWebResponseAsync().ConfigureAwait(false);