Skip to content

fix: propagate context to sub requests

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

What does this MR do?

Propagate context on subrequests. See https://blog.golang.org/context

Fix http request with missing context and ensure the context is propagated properly to subrequests.

TODO

Related to %{ISSUE_ID}

Edited by feistel

Merge request reports