diff --git a/ExpandedSearchInfo/SearchInfoRepository.cs b/ExpandedSearchInfo/SearchInfoRepository.cs index 2673eb5..631c113 100644 --- a/ExpandedSearchInfo/SearchInfoRepository.cs +++ b/ExpandedSearchInfo/SearchInfoRepository.cs @@ -175,7 +175,7 @@ namespace ExpandedSearchInfo { provider.ModifyRequest(req); } - var resp = await client.SendAsync(req); + var resp = await client.SendAsync(req, HttpCompletionOption.ResponseHeadersRead); if (resp.StatusCode != HttpStatusCode.OK) { continue; }