Browse Source

Cleanup.

Former-commit-id: ca0a85dedbb3c98e5c5134b93be518938c0b9929
Former-commit-id: 483937186a86c1edcf4496fa50b055400485c12b
af/merge-core
James South 11 years ago
parent
commit
ad49bd7d71
  1. 2
      src/ImageProcessor.Web/Services/RemoteImageService.cs

2
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);

Loading…
Cancel
Save