We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34a876e commit 3299a9bCopy full SHA for 3299a9b
proxy/proxy.go
@@ -272,7 +272,7 @@ func (p *Proxy) proxyStream(
272
_, connectSpan := tr.Tracer().Start(ctx, "stream-connect")
273
274
start := time.Now()
275
- originConn, err := connectionProxy.EstablishConnection(ctx, dest, &logger)
+ originConn, err := connectionProxy.EstablishConnection(ctx, dest, logger)
276
if err != nil {
277
connectStreamErrors.Inc()
278
tracing.EndWithErrorStatus(connectSpan, err)
0 commit comments