Skip to content

Commit

Permalink
typo of http-headers for tracing
Browse files Browse the repository at this point in the history
  • Loading branch information
ninlil committed Oct 23, 2023
1 parent a114105 commit 03f03e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions router/tracking.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ import (
// Need to handle incoming Request-ID and/or Correlation-Id differently

const (
requestID = "Request-Id"
correlationID = "Correlation-Id"
requestID = "X-Request-Id"
correlationID = "X-Correlation-Id"
)

// Handle the "Correlation-Id" header...
Expand Down

0 comments on commit 03f03e1

Please sign in to comment.