Why is this error appearing in chrome load resource: net::ERR_QUIC_PROTOCOL_ERROR

后端 未结 5 1061
粉色の甜心
粉色の甜心 2021-01-30 15:55

This is the error I am seeing in my Chrome\'s console.

load resource: net::ERR_QUIC_PROTOCOL_ERROR

<
5条回答
  •  孤独总比滥情好
    2021-01-30 16:37

    QUIC (Quick UDP Internet Connections) is a next generation transport over UDP, which aims to reduce latency (goal: 0-RTT connectivity overhead), deliver better multiplexing, introduce packet pacing, error correction, and more.

    On the request the crypto maybe cached and the response refused to call

    More info:

    www.youtube.com/watch?v=3dV_EPDSNSI

    http://code.google.com/p/chromium/issues/detail?id=364381

提交回复
热议问题