Skip to content

Commit 94aed97

Browse files
committed
Removed unused httpclient
1 parent 6b724e3 commit 94aed97

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • Apps/TyposquattingDetector

Apps/TyposquattingDetector/App.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ public sealed partial class App : IDnsApplication, IDnsRequestBlockingHandler
4949
private volatile TyposquattingDetector? _detector;
5050
private IDnsServer? _dnsServer;
5151
private string? _domainListFilePath;
52-
private HttpClient? _httpClient;
5352
private DnsSOARecordData? _soaRecord;
5453
private TimeSpan _updateInterval;
5554
private Task? _updateLoopTask;
@@ -75,7 +74,6 @@ public void Dispose()
7574
finally
7675
{
7776
_appShutdownCts?.Dispose();
78-
_httpClient?.Dispose();
7977
}
8078
}
8179

0 commit comments

Comments
 (0)