What's the net::ERR_HTTP2_PROTOCOL_ERROR about?

前端 未结 22 2705
無奈伤痛
無奈伤痛 2020-12-01 02:24

I\'m currently working on a website, which triggers a net::ERR_HTTP2_PROTOCOL_ERROR 200 error on Google Chrome. I\'m not sure exactly what can provoke this erro

22条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-01 02:58

    I encountered this because the http2 server closed the connection when sending a big response to the Chrome.

    Why? Because it is just a setting of the http2 server, named WriteTimeout.

提交回复
热议问题