rework people

This commit is contained in:
Luke Pulverenti
2015-10-04 23:24:24 -04:00
parent 90a42dd03c
commit 26487dc455
12 changed files with 48 additions and 119 deletions

View File

@@ -818,7 +818,10 @@ namespace MediaBrowser.Common.Implementations.HttpClientManager
{
if ((int) statusCode == 429)
{
client.LastTimeout = DateTime.UtcNow;
throw new HttpException(response.StatusDescription)
{
IsTimedOut = true
};
}
if (statusCode == HttpStatusCode.RequestEntityTooLarge)