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
Inject host information in the request to prevent HTTP2 IPv6 failures (elastic#242241)
## Summary
Workarounds elastic#236380
The official way to address this is with the following issue + PR on
hapijs/hapi side:
* hapijs/hapi#4560
* hapijs/hapi#4559
Until then, we can inject the Host information that Hapi relies on when
it builds the `url` string.
(cherry picked from commit 0d41ec2)
0 commit comments