()
| 320 | } |
| 321 | |
| 322 | func (c *context) LoopbackWithResponse() { |
| 323 | c.loopbackInternal(false) |
| 324 | } |
| 325 | |
| 326 | func (c *context) loopbackInternal(discardResponse bool) { |
| 327 | loopSpan := c.tracer.StartSpan(c.proxy.tracing.initialOperationName, opentracing.ChildOf(c.parentSpan.Context())) |
nothing calls this directly
no test coverage detected