diff --git a/proxy/gitreq.go b/proxy/gitreq.go index 165af48..117de27 100644 --- a/proxy/gitreq.go +++ b/proxy/gitreq.go @@ -24,7 +24,7 @@ func initGitHTTPClient(cfg *config.Config) { IdleConnTimeout: 30 * time.Second, } if cfg.Outbound.Enabled { - initTransport(cfg, ctr) + initTransport(cfg, gtr) } gclient = &http.Client{ Transport: gtr,