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?

Xiang
  • 103
  • 1
  • 4

1 Answers1

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.

jakub.g
  • 38,512
  • 12
  • 92
  • 130