We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 676edec commit 186c820Copy full SHA for 186c820
lib/PuppeteerSharp/BrowserFetcher.cs
@@ -93,7 +93,7 @@ public async Task<bool> CanDownloadAsync(string revision)
93
using var response = await client.SendAsync(requestMessage).ConfigureAwait(false);
94
return response.StatusCode == HttpStatusCode.OK;
95
}
96
- catch (WebException)
+ catch (HttpRequestException)
97
{
98
return false;
99
0 commit comments