Skip to content

Commit

Permalink
Merge branch 'configurable-endpoint-id-passing' into envoy-set-header…
Browse files Browse the repository at this point in the history
…-from-subdomain
  • Loading branch information
commoddity committed Dec 13, 2024
2 parents 082d250 + 8fcea33 commit 023d44f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions request/parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,7 @@ import (
// HTTPHeaderTargetServiceID is the key used to lookup the HTTP header specifying the target service's ID.
// Please see the following link for more details on not including `X-` prefix in the HTTP header parameter names.
// https://www.rfc-editor.org/rfc/rfc6648#section-3
<<<<<<< HEAD
const HTTPHeaderTargetServiceID = "target-service-id"
=======
const HTTPHeaderTargetServiceID = "Target-Service-ID"
>>>>>>> af4a32ffcd5f0f67d97668fbe8271675cb8db219

type (
Parser struct {
Expand Down

0 comments on commit 023d44f

Please sign in to comment.