Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for SVCB/HTTPS DNS records #43643

Open
scalablecory opened this issue Oct 20, 2020 · 3 comments
Open

Add support for SVCB/HTTPS DNS records #43643

scalablecory opened this issue Oct 20, 2020 · 3 comments
Labels
area-System.Net.Http enhancement Product code improvement that does NOT require public API changes/additions
Milestone

Comments

@scalablecory
Copy link
Contributor

scalablecory commented Oct 20, 2020

SVCB/HTTPS is useful for HttpClient -- it will significantly reduce the time it takes to establish an HTTP/3 connection, as well as supply data needed for ECH, Alt-Svc, and HSTS-like features.

The next release of Safari is expected to support these, so there is some level of traction here.

Note our current name resolution does not provide the needed APIs to get this info; we might consider doing #19443 along with this, even as an internal-only version to support HttpClient.

One complication to consider here is that we would no longer rely on the OS's DNS cache.

@scalablecory scalablecory added enhancement Product code improvement that does NOT require public API changes/additions area-System.Net.Http labels Oct 20, 2020
@ghost
Copy link

ghost commented Oct 20, 2020

Tagging subscribers to this area: @dotnet/ncl
See info in area-owners.md if you want to be subscribed.

@Dotnet-GitSync-Bot Dotnet-GitSync-Bot added the untriaged New issue has not been triaged by the area owner label Oct 20, 2020
@karelz karelz added this to the Future milestone Nov 12, 2020
@karelz karelz removed the untriaged New issue has not been triaged by the area owner label Nov 12, 2020
@scalablecory scalablecory changed the title Add support for SVCB/HTTPSSVC Add support for SVCB/HTTPS DNS records Mar 18, 2021
@scalablecory
Copy link
Contributor Author

This is now entering the WGLC part of standards process. We should start looking at this as part of any DNS client efforts.

@karelz
Copy link
Member

karelz commented Oct 26, 2021

Triage: Should be part of DNS client #19443 as stated above. Not must have for 7.0 at this point.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-System.Net.Http enhancement Product code improvement that does NOT require public API changes/additions
Projects
None yet
Development

No branches or pull requests

3 participants