How does a browser know if a site supports HTTP/2?
Take stackoverflow for example, when the browser sends a request to stackoverflow.com, it has to do the following steps: DNS lookup. find the ip address of stackoverflow. TCP/IP handshake TLS handshake. HTTP request/response (Application Protocol). …. TLS handshake Regarding step3 TLS handshake, there is an nice explanation by @Oleg. In order to inspect the detail … Read more