Skip to content

fix: handle ctx errors during lookups

feistel requested to merge feistel/gitlab-pages:fix/cache-ctx-err into master

What does this MR do?

If the ctx was canceled or a deadline was exceeded a ctx error is returned. The lookup shouldn't be cached if that's the case.

TODO

Edited by feistel

Merge request reports