Files
tubestation/netwerk/dns
Valentin Gosu f658ef5e31 Bug 1958018 - Always set AI_CANONNAME flag when making DNS requests r=necko-reviewers,kershaw
This flag controls whether ai_canonname is set to the target CNAME when
calling getaddrinfo.
However, since it is part of the host record key, a request that doesn't have
the flag set will not reuse a DNS cache entry that does, even though
all of the information it needs is there.
This is a problem because consumers set this flag inconsistently.
Ideally we would remove it in the future.

Differential Revision: https://phabricator.services.mozilla.com/D244328
2025-05-22 18:21:03 +00:00
..