“CAUTION: provisional headers are shown” in Chrome debugger

前端 未结 30 3362
滥情空心
滥情空心 2020-11-22 11:52

I noticed a strange caution message when looking at downloaded resources using Google chrome inspector (F12):

Caution provisional headers a

30条回答
  •  不要未来只要你来
    2020-11-22 12:09

    Another possible scenario I've seen - the exact same request is being sent again just after few milliseconds (most likely due to a bug in the client side).
    In that case you'll also see that the status of the first request is "canceled" and that the latency is only several milliseconds.

提交回复
热议问题