Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The PageRequester downloads the content by default #228

Open
chjahnert opened this issue Jan 27, 2021 · 1 comment
Open

The PageRequester downloads the content by default #228

chjahnert opened this issue Jan 27, 2021 · 1 comment

Comments

@chjahnert
Copy link

The PageRequester.MakeRequestAsync(...) method calls the _httpClient.SendAsync(...) method without specifying the HttpCompletionOption parameter. The default behavior is to download the content.

@sjdirect
Copy link
Owner

Would love a pull request if you can craft one up without breaking any contracts or tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants