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