Skip to content

Commit

Permalink
Remove leftover todo
Browse files Browse the repository at this point in the history
Signed-off-by: Daniil Gentili <[email protected]>
  • Loading branch information
danog committed Jan 16, 2025
1 parent f3e1944 commit 25fb8b3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions plugin/cache/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,6 @@ func (c *Cache) ServeDNS(ctx context.Context, w dns.ResponseWriter, r *dns.Msg)
srcOrig = temp
}

// TODO: Retry resolving without ECS data if REFUSED is returned (https://www.rfc-editor.org/rfc/rfc7871#section-7.1.3)

ttl := 0
i := c.getIgnoreTTL(now, state, subnet, exactMatch, srcOrig, server, false)
if i == nil {
Expand Down

0 comments on commit 25fb8b3

Please sign in to comment.