Discussion:
[chromium-discuss] The Network tab of inspector shows wrong HTTP protocol in Chrome 67
黄佳琳
2018-06-22 11:56:37 UTC
Permalink
<Loading Image...>



In Chrome 67, the HTTP protocol shown in the Network Tab of the inspector
seems wrong. When my website loads a HTTP2 resource, Network Panel shows
that it was using SPDY. When I copied the same resource url and opened it
in new tab, Network Panel shows that it was using HTTP2. Additionally, in
chrome 66, these two situations were shown as HTTP2.


<Loading Image...>

<Loading Image...>




In Chrome 66:

<https://lh3.googleusercontent.com/-tvNJScT3rLU/Wyzj2UCoa1I/AAAAAAAAANI/ZiAi9916IbMCKlaJqczMhw5uC5iZ6eOPQCLcBGAs/s1600/QQ20180619-183523%25402x.png>
--
--
Chromium Discussion mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-discuss

---
You received this message because you are subscribed to the Google Groups "Chromium-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-discuss+***@chromium.org.
PhistucK
2018-06-24 08:33:08 UTC
Permalink
You can use crbug.com to search for existing similar issues (in the
selection box, choose "All issues" because it might have already been fixed
in next version). If you cannot find one, you can file one.

☆*PhistucK*
Post by 黄佳琳
<https://lh3.googleusercontent.com/-tvNJScT3rLU/Wyzj2UCoa1I/AAAAAAAAANI/ZiAi9916IbMCKlaJqczMhw5uC5iZ6eOPQCLcBGAs/s1600/QQ20180619-183523%25402x.png>
In Chrome 67, the HTTP protocol shown in the Network Tab of the inspector
seems wrong. When my website loads a HTTP2 resource, Network Panel shows
that it was using SPDY. When I copied the same resource url and opened it
in new tab, Network Panel shows that it was using HTTP2. Additionally, in
chrome 66, these two situations were shown as HTTP2.
<https://lh3.googleusercontent.com/-KWMcwaI2ILE/Wyzja4ZM0ZI/AAAAAAAAAM4/3bRsiO3KkWwNtLL1Kmo09JWEbmOjCtlxwCLcBGAs/s1600/QQ20180619-161927%25402x.png>
<https://lh3.googleusercontent.com/-k14guiGI4zY/WyzjiysMOpI/AAAAAAAAAM8/8aPt7W-nUI8XA6BaC5zuhNoNTCI9B2YTQCLcBGAs/s1600/QQ20180619-162007%25402x.png>
<https://lh3.googleusercontent.com/-tvNJScT3rLU/Wyzj2UCoa1I/AAAAAAAAANI/ZiAi9916IbMCKlaJqczMhw5uC5iZ6eOPQCLcBGAs/s1600/QQ20180619-183523%25402x.png>
--
--
http://groups.google.com/a/chromium.org/group/chromium-discuss
---
You received this message because you are subscribed to the Google Groups
"Chromium-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an
--
--
Chromium Discussion mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-discuss

---
You received this message because you are subscribed to the Google Groups "Chromium-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-discuss+***@chromium.org.
dhw
2018-06-27 17:14:31 UTC
Permalink
Are you sure that protocol is wrong?

Google has changed/stopped all SPDY development in favor of the
standardized version, HTTP/2. It would seem the change from spdy to h2
sounds correct?
--
--
Chromium Discussion mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-discuss

---
You received this message because you are subscribed to the Google Groups "Chromium-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-discuss+***@chromium.org.
PhistucK
2018-06-27 17:28:05 UTC
Permalink
I think the original poster complains about the opposite (what previously
showed HTTP/2 now shows SPDY).

☆*PhistucK*
Post by dhw
Are you sure that protocol is wrong?
Google has changed/stopped all SPDY development in favor of the
standardized version, HTTP/2. It would seem the change from spdy to h2
sounds correct?
--
--
http://groups.google.com/a/chromium.org/group/chromium-discuss
---
You received this message because you are subscribed to the Google Groups
"Chromium-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an
--
--
Chromium Discussion mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-discuss

---
You received this message because you are subscribed to the Google Groups "Chromium-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-discuss+***@chromium.org.
dhw
2018-06-27 17:35:32 UTC
Permalink
Ah yes! Read the report the wrong way around.

Perhaps it's https://bugs.chromium.org/p/chromium/issues/detail?id=704146
- DevTools Network tab shows SPDY for memory-cached resources
Post by PhistucK
I think the original poster complains about the opposite (what previously
showed HTTP/2 now shows SPDY).
☆*PhistucK*
Post by dhw
Are you sure that protocol is wrong?
Google has changed/stopped all SPDY development in favor of the
standardized version, HTTP/2. It would seem the change from spdy to h2
sounds correct?
--
--
http://groups.google.com/a/chromium.org/group/chromium-discuss
---
You received this message because you are subscribed to the Google Groups
"Chromium-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an
--
--
Chromium Discussion mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-discuss

---
You received this message because you are subscribed to the Google Groups "Chromium-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-discuss+***@chromium.org.
黄佳琳
2018-07-02 08:44:25 UTC
Permalink
Thanks! It looks like a similar issue.
Post by dhw
Ah yes! Read the report the wrong way around.
Perhaps it's https://bugs.chromium.org/p/chromium/issues/detail?id=704146
- DevTools Network tab shows SPDY for memory-cached resources
Post by PhistucK
I think the original poster complains about the opposite (what previously
showed HTTP/2 now shows SPDY).
☆*PhistucK*
Post by dhw
Are you sure that protocol is wrong?
Google has changed/stopped all SPDY development in favor of the
standardized version, HTTP/2. It would seem the change from spdy to h2
sounds correct?
--
--
http://groups.google.com/a/chromium.org/group/chromium-discuss
---
You received this message because you are subscribed to the Google
Groups "Chromium-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send
--
--
Chromium Discussion mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-discuss

---
You received this message because you are subscribed to the Google Groups "Chromium-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-discuss+***@chromium.org.
Samar Panda
2018-07-12 09:31:53 UTC
Permalink
Facing the same issue in Chrome 67. For https://www.quikr.com/homes

<Loading Image...>
Post by 黄佳琳
Thanks! It looks like a similar issue.
Post by dhw
Ah yes! Read the report the wrong way around.
Perhaps it's https://bugs.chromium.org/p/chromium/issues/detail?id=704146
- DevTools Network tab shows SPDY for memory-cached resources
Post by PhistucK
I think the original poster complains about the opposite (what
previously showed HTTP/2 now shows SPDY).
☆*PhistucK*
Post by dhw
Are you sure that protocol is wrong?
Google has changed/stopped all SPDY development in favor of the
standardized version, HTTP/2. It would seem the change from spdy to h2
sounds correct?
--
--
http://groups.google.com/a/chromium.org/group/chromium-discuss
---
You received this message because you are subscribed to the Google
Groups "Chromium-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send
--
--
Chromium Discussion mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-discuss

---
You received this message because you are subscribed to the Google Groups "Chromium-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-discuss+***@chromium.org.
Loading...