I and a few of my colleagues got the net::ERR_SPDY_PROTOCOL_ERROR error.
net::ERR_SPDY_PROTOCOL_ERROR
We use ngnix version 1.8.0. The error is not stable (hard to replicate), and t
In my case, I have solved this by increasing the chunk size :
http2_chunk_size 300k;