- From: Adam Rice <notifications@github.com>
- Date: Fri, 12 Mar 2021 10:49:40 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 12 March 2021 18:49:52 UTC
I adapted the SQL at https://github.com/whatwg/fetch/issues/1189#issue-825467410 to look only at ports that end in "080". This gives the following results: port | percent ------- | ------------- 8080 | 94.734 6080 | 1.155 18080 | 1.045 9080 | 0.622 48080 | 0.491 10080 | 0.369 55080 | 0.320 4080 | 0.255 28080 | 0.199 7080 | 0.180 38080 | 0.126 1080 | 0.122 60080 | 0.117 3080 | 0.105 5080 | 0.075 30080 | 0.035 2080 | 0.016 57080 | 0.012 15080 | 0.009 45080 | 0.005 58080 | 0.005 65080 | 0.005 Percentages are as a proportion of only the ports that end in "080". 10080 is in 6th place among this set of ports. What this means is subject to interpretation. Usual caveats of using data from the HTTPArchive apply. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/issues/1191#issuecomment-797679443
Received on Friday, 12 March 2021 18:49:52 UTC