From 1b4e6351340e613ce8294d524406cffc77da59d4 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 3 Feb 2025 22:15:35 +0100 Subject: [PATCH] HTTPSRR.md: implement what seems to be deployed Closes #16158 --- docs/HTTPSRR.md | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- 2.47.2