Skip to content

Commit

Permalink
Fixes bug #16 : Runtime error in a Xamarin.UWP project (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
arividar authored and nCubed committed Dec 11, 2016
1 parent 496977a commit e4a5a52
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion DM.MovieApi/ApiRequest/ApiRequestBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ protected HttpClient CreateClient()
var handler = new HttpClientHandler
{
AllowAutoRedirect = false,
PreAuthenticate = false,
UseCookies = false,
UseDefaultCredentials = true,
AutomaticDecompression = DecompressionMethods.GZip,
Expand Down

0 comments on commit e4a5a52

Please sign in to comment.