Skip to content

Commit

Permalink
Switch back to the managed HttpClientHandler because of a bug in the …
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelltoth committed Jan 7, 2019
1 parent 33dda4e commit 0b08c50
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -10,7 +10,7 @@ class AndroidWebScraperClient : WebScraperClient
{
public AndroidWebScraperClient()
{
var httpClient = new HttpClient(new AndroidClientHandler()
var httpClient = new HttpClient(new HttpClientHandler()
{
AllowAutoRedirect = true,
UseCookies = true,
Expand Down

0 comments on commit 0b08c50

Please sign in to comment.