Skip to content

Commit

Permalink
Merge 6167838 into d1d9973
Browse files Browse the repository at this point in the history
  • Loading branch information
willhug committed Oct 5, 2016
2 parents d1d9973 + 6167838 commit aa4cc67
Show file tree
Hide file tree
Showing 16 changed files with 10 additions and 517 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Releases
v0.4.0 (unreleased)
-------------------

- No changes yet.
- **Breaking**: Remove the ability to set Baggage Headers through yarpc, use opentracing baggage instead


v0.3.1 (2016-09-31)
Expand Down
49 changes: 0 additions & 49 deletions context.go

This file was deleted.

66 changes: 0 additions & 66 deletions context_test.go

This file was deleted.

86 changes: 0 additions & 86 deletions internal/baggage/context.go

This file was deleted.

155 changes: 0 additions & 155 deletions internal/baggage/context_test.go

This file was deleted.

5 changes: 1 addition & 4 deletions transport/http/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ const (
// the wire.
ApplicationHeaderPrefix = "Rpc-Header-"

// BaggageHeaderPrefix is the prefix added to context headers over the wire.
BaggageHeaderPrefix = "Context-"

// TODO(abg): Allow customizing header prefixes

// CallerHeader is the HTTP header used to indiate the service doing the calling
Expand All @@ -38,7 +35,7 @@ const (
EncodingHeader = "Rpc-Encoding"

// TTLMSHeader is the HTTP header used to indicate the ttl in ms
TTLMSHeader = BaggageHeaderPrefix + "TTL-MS"
TTLMSHeader = "Context-TTL-MS"

// ProcedureHeader is the HTTP header used to indicate the procedure
ProcedureHeader = "Rpc-Procedure"
Expand Down

0 comments on commit aa4cc67

Please sign in to comment.