• The server that hosts for example the update.min.js is using only HTTP/2 protocol, would be possible to upgrade the server to use HTTP/3 protocol for faster connection.

    Differences between HTTP/2 and HTTP/3
    The major difference is that HTTP/3 is based on QUIC as a transport layer to handle streams while HTTP/2 uses TCP to handles streams in the HTTP layer.
    HTTP/3 has a much quicker handshake to establish a secure session compared to HTTP/2 which achieves this using TCP and TLS.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Http/3 support’ is closed to new replies.