-
Notifications
You must be signed in to change notification settings - Fork 7
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
Specify when and how to request SVCB/HTTP RRs #3
Comments
This part I'm not convinced about. It's possible to run non-HTTP(S) protocols on those ports
This part I agree with. Though I'd phrase it as "application will use HTTP(S)" instead of mentioning the URL - semantically you can create an HTTP connection without having an URL in mind.
Definitely agree |
(This ends up updating the current section 4) |
"application will use HTTP(S) or WebSocket" ( |
Yes, web socket too |
For context, Chrome queries HTTPS whenever the request reaches our DNS stack tagged with a scheme of "http", "https", "ws", or "wss" (but websocket requests are typically internally converted to http/https-schemed URLs before the request gets there anyway). Some requests, e.g. for proxy servers, never have their scheme tagged with the request to the DNS stack and never query HTTPS. I keep meaning to fix that some day. |
My initial proposal here is:
The text was updated successfully, but these errors were encountered: