possible timeout fix

This commit is contained in:
Luke Pulverenti 2013-05-22 08:45:03 -04:00
parent 3cd8d64784
commit 07b7ab9a0b

View file

@ -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