Skip to content

refactor: remove net.Error.Temporary usage from domain cache

What does this MR do?

net.Error.Temporary is deprecated and Temporary errors are not well-defined. This method should not be used.

See https://github.com/golang/go/issues/45729
See https://tip.golang.org/doc/go1.18

TODO

Merge request reports