Skip to content

Commit

Permalink
dns-op/cache: incorrect key for local-cache
Browse files Browse the repository at this point in the history
  • Loading branch information
ignoramous committed Jun 7, 2023
1 parent 0d007fd commit 14efecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/dns-op/cache.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export class DnsCache {
return;
} // else: override cachedEntry with incoming

this.putLocalCache(url, data);
this.putLocalCache(url.href, data);

dispatcher(this.putHttpCache(url, data));
} catch (e) {
Expand Down

0 comments on commit 14efecb

Please sign in to comment.