![]() |
HTTP/2 multiplexing Limited by persistent connections per server? - Printable Version +- WebPagetest Forums (https://www.webpagetest.org/forums) +-- Forum: Web Performance (/forumdisplay.php?fid=3) +--- Forum: Optimization Discussions (/forumdisplay.php?fid=5) +--- Thread: HTTP/2 multiplexing Limited by persistent connections per server? (/showthread.php?tid=15880) |
HTTP/2 multiplexing Limited by persistent connections per server? - Chellini - 09-05-2019 07:11 AM Hello, I have been told recently that HTTP/2's multiplexing capability is limited by the number of persistent connections per server...being the default of 6. As far as I have understood, even *one* HTTP connection will allow all data from a site to multiplex over HTTP/2, with little to no "blocking" phases to stop the transfer of the site from happening. Are there instances of "blocking" with HTTP/2? Is it affected by persistent connections like HTTP 1.1? Thanks for the help everyone. |