Is Chrome still supporting SPDY?
Asked Answered
B

1

8

I read Chrome dropped SPDY support in 2016: https://blog.chromium.org/2016/02/transitioning-from-spdy-to-http2.html

However some requests in devtools still show SPDY as the protocol:

enter image description here

Is it really SPDY or it's devtool's display issue? If it's the latter then what's the actual protocol?

Bushweller answered 22/2, 2018 at 23:45 Comment(4)
Perhaps your Chrome version is < 51?Thorfinn
See crbug.com/587469 and crbug.com/704146Halfhardy
Seeing the same result in Chrome 68, Edge does show protocol properly as HTTP/2 so developer tools are misleadingPrisca
Spotted a few recently with chrome://net-internals/#eventsBipinnate
F
3

Protocol being displayed as spdy was a bug in Chrome devtools. It is fixed in Chrome 71 (now in beta).

All the occurrences of spdy in earlier versions of Chrome (51-70) actually mean h2.

Frear answered 22/10, 2018 at 13:54 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.