Created
March 16, 2015 17:05
-
-
Save bgadrian/ed2f86672e4fff768a7f to your computer and use it in GitHub Desktop.
Max count of paralel connections same client/server since 2008
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Settings for Current Browsers | |
The table below shows the number of connections per server supported by current browsers for HTTP/1.1 as well as HTTP/1.0. | |
Browser HTTP/1.1 HTTP/1.0 | |
IE 6,7 2 4 | |
IE 8 6 6 | |
Firefox 2 2 8 | |
Firefox 3 6 6 | |
Safari 3,4 4 4 | |
Chrome 1,2 6 ? | |
Chrome 3 4 4 | |
Chrome 4+ 6 ? | |
iPhone 2 4 ? | |
iPhone 3 6 ? | |
iPhone 4 4 ? | |
Opera 9.63,10.00alpha 4 4 | |
Opera 10.51+ 8 ? | |
source http://www.stevesouders.com/blog/2008/03/20/roundup-on-parallel-connections/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment