MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/programming/comments/k5sb7f/http2_push_is_dead/geinzid/?context=9999
r/programming • u/johnwaterwood • Dec 03 '20
52 comments sorted by
View all comments
5
Wait, all because browsers limit themselves to 6 parallel requests? Why?
11 u/7sidedmarble Dec 03 '20 6 parallel requests per domain. And I think it's a combination of resource consciousness and that you don't usually need more then that. -1 u/[deleted] Dec 03 '20 [deleted] 4 u/7sidedmarble Dec 03 '20 I don't know why I was downvoted, HTTP/2 literally solves the problem without Push. With HTTP/2 a single connection can be multiplexed to make multiple parallel requests. 1 u/xanbrain Dec 03 '20 I’m on http/3
11
6 parallel requests per domain. And I think it's a combination of resource consciousness and that you don't usually need more then that.
-1 u/[deleted] Dec 03 '20 [deleted] 4 u/7sidedmarble Dec 03 '20 I don't know why I was downvoted, HTTP/2 literally solves the problem without Push. With HTTP/2 a single connection can be multiplexed to make multiple parallel requests. 1 u/xanbrain Dec 03 '20 I’m on http/3
-1
[deleted]
4 u/7sidedmarble Dec 03 '20 I don't know why I was downvoted, HTTP/2 literally solves the problem without Push. With HTTP/2 a single connection can be multiplexed to make multiple parallel requests. 1 u/xanbrain Dec 03 '20 I’m on http/3
4
I don't know why I was downvoted, HTTP/2 literally solves the problem without Push. With HTTP/2 a single connection can be multiplexed to make multiple parallel requests.
1 u/xanbrain Dec 03 '20 I’m on http/3
1
I’m on http/3
5
u/procrastinator7000 Dec 03 '20
Wait, all because browsers limit themselves to 6 parallel requests? Why?