Christian Jähnert

Results 1 issues of Christian Jähnert

The `PageRequester.MakeRequestAsync(...)` method [calls](https://github.com/sjdirect/abot/blob/ccd9f6dc98fe1292a892519d6eadb7bdc1322dde/Abot2/Core/PageRequester.cs#L74) the `_httpClient.SendAsync(...)` method without specifying the `HttpCompletionOption` parameter. The default behavior is to download the content.