Skip to content

fix: do no retry resolving the domain if there's a ctx error

feistel requested to merge feistel/gitlab-pages:fix/retriever-leak into master

What does this MR do?

during a ctx error the retriever was leaking the goroutine leading to the same error on each try and keeping around the goroutine more than retrieverTimeout.

Part of !677 (merged)

TODO

Merge request reports