Commit 1550492
committed
fix: set X-Glean-Include-Experimental header (not X-Glean-Experimental)
The XGleanHeadersHook read the correct includeExperimental option and
X_GLEAN_INCLUDE_EXPERIMENTAL env var but emitted the wrong header name.
The backend expects X-Glean-Include-Experimental. Correct the header
constant (and javadoc); the test consumes the constant so it is covered
automatically.1 parent 8e74c97 commit 1550492
1 file changed
Lines changed: 2 additions & 2 deletions
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments