What does ERR_SPDY_PROTOCOL_ERROR mean in nginx?

后端 未结 14 2335
无人共我
无人共我 2020-12-09 01:45

I and a few of my colleagues got the net::ERR_SPDY_PROTOCOL_ERROR error.

We use ngnix version 1.8.0. The error is not stable (hard to replicate), and t

14条回答
  •  眼角桃花
    2020-12-09 02:00

    In my case, I have solved this by increasing the chunk size :

    http2_chunk_size             300k;
    

提交回复
热议问题