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 6b724e3 commit 94aed97Copy full SHA for 94aed97
1 file changed
Apps/TyposquattingDetector/App.cs
@@ -49,7 +49,6 @@ public sealed partial class App : IDnsApplication, IDnsRequestBlockingHandler
49
private volatile TyposquattingDetector? _detector;
50
private IDnsServer? _dnsServer;
51
private string? _domainListFilePath;
52
- private HttpClient? _httpClient;
53
private DnsSOARecordData? _soaRecord;
54
private TimeSpan _updateInterval;
55
private Task? _updateLoopTask;
@@ -75,7 +74,6 @@ public void Dispose()
75
74
finally
76
{
77
_appShutdownCts?.Dispose();
78
- _httpClient?.Dispose();
79
}
80
81
0 commit comments