You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// TODO(mattklein123): Potentially hash on all headers.
For consistency with the changes that were recently made in routing to always look at multiple values of a given header, I think we should do the same thing here.
The current hash policy code only looks at the first value of a given header. The code even has a TODO about this:
envoy/source/common/http/hash_policy.cc
Line 42 in 76286f6
For consistency with the changes that were recently made in routing to always look at multiple values of a given header, I think we should do the same thing here.
CC @htuch
The text was updated successfully, but these errors were encountered: