possible timeout fix

pull/702/head
Luke Pulverenti 12 years ago
parent 3cd8d64784
commit 07b7ab9a0b

@ -160,8 +160,8 @@ namespace MediaBrowser.Common.Implementations.HttpClientManager
options.CancellationToken.ThrowIfCancellationRequested();
using (var message = GetHttpRequestMessage(options))
{
var message = GetHttpRequestMessage(options);
//if (options.EnableResponseCache && cachedInfo != null)
//{
// if (!string.IsNullOrEmpty(cachedInfo.Etag))
@ -246,7 +246,6 @@ namespace MediaBrowser.Common.Implementations.HttpClientManager
}
}
}
}
/// <summary>
/// Performs a GET request and returns the resulting stream

Loading…
Cancel
Save