Commit a34be1f
authored
`forward_missing_to` in `HTTP::Headers` is wrong because we explicitly don't want to forward all methods, as discovered in #16622.
The only relevant forwarded methods seem to be `clear` and `object_id`.
In `HTTP::Headers::Key` it seems entirely unused. Since this is a private internal type, it should be fine to remove without replacement.
1 parent 8fa7f90 commit a34be1f
1 file changed
+7
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | 12 | | |
15 | 13 | | |
16 | 14 | | |
| |||
348 | 346 | | |
349 | 347 | | |
350 | 348 | | |
351 | | - | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
352 | 356 | | |
353 | 357 | | |
354 | 358 | | |
| |||
0 commit comments