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 1f12a5d commit bdbffddCopy full SHA for bdbffdd
api/agent/agent.go
@@ -639,7 +639,6 @@ func (s *hotSlot) dispatch(ctx context.Context, call *call) error {
639
ctx, span := trace.StartSpan(ctx, "agent_dispatch_httpstream")
640
defer span.End()
641
642
- // TODO it's possible we can get rid of this (after getting rid of logs API) - may need for call id/debug mode still
643
swapBack := s.container.swap(call.stderr, &call.Stats)
644
defer call.stderr.Close()
645
defer swapBack()
0 commit comments