MCPcopy Create free account
hub / github.com/zalando/skipper / LoopbackWithResponse

Method LoopbackWithResponse

proxy/context.go:322–324  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

320}
321
322func (c *context) LoopbackWithResponse() {
323 c.loopbackInternal(false)
324}
325
326func (c *context) loopbackInternal(discardResponse bool) {
327 loopSpan := c.tracer.StartSpan(c.proxy.tracing.initialOperationName, opentracing.ChildOf(c.parentSpan.Context()))

Callers

nothing calls this directly

Calls 1

loopbackInternalMethod · 0.95

Tested by

no test coverage detected