Skip to content

Commit

Permalink
Comment elaboration
Browse files Browse the repository at this point in the history
  • Loading branch information
renaz6 committed Mar 2, 2023
1 parent 3d6aa18 commit e0d23f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion translation/transport.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ func decodeRequest(ctx context.Context, r *http.Request) (decodedRequest interfa
var traceHeaders []string

// If there's a traceparent, add it to traceHeaders array
// Add tracestate to the traceHeaders array (can be empty)
// Also, add tracestate to the traceHeaders array (can be empty)
// A tracestate will not exist without a traceparent
tp := r.Header.Get("traceparent")
if tp != "" {
Expand Down

0 comments on commit e0d23f1

Please sign in to comment.