Commit cb1e01c
authored
fix: prefer exact key name match over canonical header form in condition lookup (#226)
getValuesByKey() currently tries http.CanonicalHeaderKey(name) before
the raw name. Reverse the order so that exact name matches take
precedence, falling back to canonical header form only when needed.1 parent e3b26eb commit cb1e01c
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
0 commit comments