From: Daniel Stenberg Date: Mon, 3 Feb 2025 21:15:35 +0000 (+0100) Subject: HTTPSRR.md: implement what seems to be deployed X-Git-Tag: curl-8_12_0~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1b4e6351340e613ce8294d524406cffc77da59d4;p=thirdparty%2Fcurl.git HTTPSRR.md: implement what seems to be deployed Closes #16158 --- diff --git a/docs/HTTPSRR.md b/docs/HTTPSRR.md index 9f653e622f..b660471255 100644 --- a/docs/HTTPSRR.md +++ b/docs/HTTPSRR.md @@ -32,6 +32,13 @@ resolver. The data extracted from the HTTPS RR is stored in the in-memory DNS cache to be reused on subsequent uses of the same hostnames. +## limitations + +We have decided to work on the HTTPS RR support by following what seems to be +(widely) used, and simply wait with implementing the details of the record +that do not seem to be deployed. HTTPS RR is a DNS field with many odd corners +and complexities and we might as well avoid them if no one seems to want them. + ## build ./configure --enable-httpsrr