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 (#242241)
## Summary
Workarounds #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.
0 commit comments