When the user opens a website, the browser tries to establish a TCP connection. It works if the website is using HTTP/1-2. However, it will not work if the website is using HTTP/3, since it requires QUIC. The question is: how the browser knows whether it should use TCP or QUIC?