Skip to content

Commit

Permalink
Update baggage.go
Browse files Browse the repository at this point in the history
  • Loading branch information
pellared authored Dec 8, 2023
1 parent bb39a11 commit ff7e331
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions baggage/baggage.go
Original file line number Diff line number Diff line change
Expand Up @@ -531,8 +531,7 @@ func (b Baggage) String() string {
return strings.Join(members, listDelimiter)
}

// parsePropertyInternal attempts to decode a Property from the passed string which must ensure it follows the spec
// at https://www.w3.org/TR/baggage/
// parsePropertyInternal attempts to decode a Property from the passed string.
func parsePropertyInternal(s string) (p Property, ok bool) {
index := skipSpace(s, 0)

Expand Down

0 comments on commit ff7e331

Please sign in to comment.