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
feature #59068 [HttpClient] Add IPv6 support to NativeHttpClient (dmitrii-baranov-tg)
This PR was squashed before being merged into the 7.3 branch.
Discussion
----------
[HttpClient] Add IPv6 support to NativeHttpClient
| Q | A
| ------------- | ---
| Branch? | 7.3
| Bug fix? | no
| New feature? | yes
| Deprecations? | no
| Issues | Fix#59027
| License | MIT
[HttpClient] Add IPv6 support to NativeHttpClient
At the moment, NativeHttpClient works only with IPv4 because of the way it does DNS resolution.
But by taking inspiration from DNS resolution in NoPrivateNetworkHttpClient, we are able to make it IPv6 compatible.
Commits
-------
44a7a58 [HttpClient] Add IPv6 support to NativeHttpClient
0 commit comments