mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Remove test for URL's that might not be feeds since it is running on the main thread. Issue #2499
This commit is contained in:
@@ -110,11 +110,6 @@ extension LocalAccountRefresher: DownloadSessionDelegate {
|
||||
return false
|
||||
}
|
||||
|
||||
if data.count > 4096 {
|
||||
let parserData = ParserData(url: feed.url, data: data)
|
||||
return FeedParser.mightBeAbleToParseBasedOnPartialData(parserData)
|
||||
}
|
||||
|
||||
return true
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user