mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Merge pull request #1981 from abilops/master
Avoid cached response when adding new feed
This commit is contained in:
@@ -14,7 +14,7 @@ import RSCore
|
||||
class FeedFinder {
|
||||
|
||||
static func find(url: URL, completion: @escaping (Result<Set<FeedSpecifier>, Error>) -> Void) {
|
||||
downloadUsingCache(url) { (data, response, error) in
|
||||
downloadAddingToCache(url) { (data, response, error) in
|
||||
if response?.forcedStatusCode == 404 {
|
||||
completion(.failure(AccountError.createErrorNotFound))
|
||||
return
|
||||
|
||||
Submodule submodules/RSWeb updated: f54e1cbad3...c524ce9145
Reference in New Issue
Block a user