gecko-dev/netwerk
Valentin Gosu 5ca35924eb Bug 1743022 - Only call AddToBlocklist once r=necko-reviewers,kershaw
On windows getaddrinfo does not return TTL info for the DNS record. so we do a
second DNS resolution that uses DNSQueryA to get the TTL. We should only call
AddToBlocklist after the first DNS resolution completes. Doing so again for
the DNSQueryA refresh is unnecessary and possibly extends the lifetime of the
blocklist past the 60s that is default.

This patch also reenables the blocklist when TRR strict mode is enabled.

Differential Revision: https://phabricator.services.mozilla.com/D136715
2022-01-25 15:57:04 +00:00
..
base Bug 1751698 - Fix eslint warnings in ascii_pac_utils.js r=necko-reviewers,kershaw 2022-01-25 10:02:06 +00:00
build Bug 1503350 - fix compile error when using --disable-negotiateauth r=necko-reviewers,dragana 2021-12-15 01:13:11 +00:00
cache Bug 1738401 - Remove -Wno-shadow warning suppressions. r=firefox-build-system-reviewers,glandium 2021-12-01 06:40:04 +00:00
cache2 Bug 1747439: netwerk/cache2 cleanup r=necko-reviewers,kershaw 2022-01-12 20:38:37 +00:00
cookie Bug 1744945: Add scheme checks to CookieCommons::IsSameSiteForeign for "Schemeful SameSite". r=ckerschb,valentin 2021-12-09 19:42:52 +00:00
dns Bug 1743022 - Only call AddToBlocklist once r=necko-reviewers,kershaw 2022-01-25 15:57:04 +00:00
docs Bug 1743022 - Add tests for TRR temporary blocklisting r=necko-reviewers,kershaw 2022-01-25 15:57:04 +00:00
ipc Bug 1749831 - Don't launch/reset socket process when shutdown begins, r=necko-reviewers,valentin 2022-01-17 12:09:56 +00:00
locales Bug 1747253 - Restore still in use APIDeprecationWarning translation r=necko-reviewers,kershaw 2022-01-11 15:41:04 +00:00
mime Bug 1738401 - Remove -Wno-shadow warning suppressions. r=firefox-build-system-reviewers,glandium 2021-12-01 06:40:04 +00:00
protocol Bug 1750587 - Use a different way to determine the end of the upload stream. r=necko-reviewers,valentin 2022-01-21 10:48:36 +00:00
sctp Bug 1724420: Init/de-init libusrsctp as needed. r=ng 2022-01-13 21:26:09 +00:00
socket Bug 1741423 - Propagate 1xx response from HTTP/3 layer. r=nhnt11 2021-12-15 09:18:17 +00:00
streamconv Bug 1745113 Part 5 - Make grapheme cluster break iterators implement SegmentIteratorUtf16, and adapt the callers. r=necko-reviewers,jfkthame,kershaw 2022-01-13 18:36:04 +00:00
system Bug 1738401 - Remove -Wno-shadow warning suppressions. r=firefox-build-system-reviewers,glandium 2021-12-01 06:40:04 +00:00
test Bug 1743022 - Add tests for TRR temporary blocklisting r=necko-reviewers,kershaw 2022-01-25 15:57:04 +00:00
url-classifier Bug 1733356 - Fix non-unified build errors in netwerk/url-classifier/ r=necko-reviewers,kershaw 2021-10-27 08:52:25 +00:00
wifi Bug 1738401 - Remove -Wno-shadow warning suppressions. r=firefox-build-system-reviewers,glandium 2021-12-01 06:40:04 +00:00
moz.build