Browse Source

Cleanup.

Former-commit-id: e4b98080ba2be6f59d8b82e656c548f1ce8ae9f5
Former-commit-id: eca8dc83a4e33b48541c244ebb554bc0e6075dbf
pull/17/head
James South 11 years ago
parent
commit
4feef5ae51
  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