remove MaxAutomaticRedirections as not supported on all platforms

This commit is contained in:
2013-10-17 14:51:11 +02:00
parent 329e16ebd5
commit 6e02a797b5
+1 -2
View File
@@ -27,8 +27,7 @@ namespace PocketSharp
_httpClient = new HttpClient(new HttpClientHandler()
{
AutomaticDecompression = DecompressionMethods.Deflate | DecompressionMethods.GZip,
AllowAutoRedirect = true,
MaxAutomaticRedirections = 10
AllowAutoRedirect = true
});
// add accept types