Commit 1ddf66d
# Backport
This will backport the following commits from `main` to `9.1`:
- [Inject host information in the request to prevent HTTP2 IPv6 failures
(#242241)](#242241)
<!--- Backport version: 9.6.6 -->
### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)
<!--BACKPORT [{"author":{"name":"Gerard
Soldevila","email":"[email protected]"},"sourceCommit":{"committedDate":"2025-11-11T15:27:16Z","message":"Inject
host information in the request to prevent HTTP2 IPv6 failures
(#242241)\n\n## Summary\n\nWorkarounds
https://github.com/elastic/kibana/issues/236380\n\nThe official way to
address this is with the following issue + PR on\nhapijs/hapi side:\n*
https://github.com/hapijs/hapi/issues/4560\n*
https://github.com/hapijs/hapi/pull/4559\n\nUntil then, we can inject
the Host information that Hapi relies on when\nit builds the `url`
string.","sha":"0d41ec283b40c2d9229c1e22d4f8dfd7c62f4747","branchLabelMapping":{"^v9.3.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["bug","Team:Core","release_note:skip","backport:version","v9.3.0","v9.1.7","v9.2.1"],"title":"Inject
host information in the request to prevent HTTP2 IPv6
failures","number":242241,"url":"https://github.com/elastic/kibana/pull/242241","mergeCommit":{"message":"Inject
host information in the request to prevent HTTP2 IPv6 failures
(#242241)\n\n## Summary\n\nWorkarounds
https://github.com/elastic/kibana/issues/236380\n\nThe official way to
address this is with the following issue + PR on\nhapijs/hapi side:\n*
https://github.com/hapijs/hapi/issues/4560\n*
https://github.com/hapijs/hapi/pull/4559\n\nUntil then, we can inject
the Host information that Hapi relies on when\nit builds the `url`
string.","sha":"0d41ec283b40c2d9229c1e22d4f8dfd7c62f4747"}},"sourceBranch":"main","suggestedTargetBranches":["9.1","9.2"],"targetPullRequestStates":[{"branch":"main","label":"v9.3.0","branchLabelMappingKey":"^v9.3.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/242241","number":242241,"mergeCommit":{"message":"Inject
host information in the request to prevent HTTP2 IPv6 failures
(#242241)\n\n## Summary\n\nWorkarounds
https://github.com/elastic/kibana/issues/236380\n\nThe official way to
address this is with the following issue + PR on\nhapijs/hapi side:\n*
https://github.com/hapijs/hapi/issues/4560\n*
https://github.com/hapijs/hapi/pull/4559\n\nUntil then, we can inject
the Host information that Hapi relies on when\nit builds the `url`
string.","sha":"0d41ec283b40c2d9229c1e22d4f8dfd7c62f4747"}},{"branch":"9.1","label":"v9.1.7","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"9.2","label":"v9.2.1","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->
Co-authored-by: Gerard Soldevila <[email protected]>
1 parent 8767cb7 commit 1ddf66d
File tree
1 file changed
+27
-0
lines changed- src/core/packages/http/router-server-internal/src
1 file changed
+27
-0
lines changedLines changed: 27 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
| 176 | + | |
176 | 177 | | |
177 | 178 | | |
178 | 179 | | |
| |||
208 | 209 | | |
209 | 210 | | |
210 | 211 | | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
211 | 238 | | |
212 | 239 | | |
213 | 240 | | |
| |||
0 commit comments