什么是"ERR_HTTP2_PING_FAILED"?在Chrome错误代码中表示什么? [英] What does "ERR_HTTP2_PING_FAILED" mean in Chrome error code?

查看:1017
本文介绍了什么是"ERR_HTTP2_PING_FAILED"?在Chrome错误代码中表示什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大约15分钟后,该错误消息从一个长期待处理的请求中登录到chrome控制台.

That error message logged to the chrome console from a long-pending request after around 15 minutes.

它看起来是客户端错误,因为服务器处理仍然有效.

It looks client-side error because server processing still worked.

我没有找到与此错误消息相关的任何文章.

I did not find any article related to this error message.

有什么伙伴可以让我知道如何解决这个问题的吗?

can any buddy let me know how to solve this issue?

推荐答案

根据铬源,我认为这意味着间谍侦测超时.

According to the chromium source I think it means that a spdy ping timed out.

...
    {net::ERR_EMPTY_RESPONSE, "http.response.empty"},
    {net::ERR_HTTP2_PING_FAILED, "spdy.ping_failed"},
    {net::ERR_HTTP2_PROTOCOL_ERROR, "spdy.protocol"},
...

来源 https://chromium.googlesource.com/chromium/src/+/lkgr/components/domain_reliability/util.cc#48

Chrome在请求之前和之后发送此类ping.

Chrome sends such pings before and after a request.

来源 https://groups.google.com/d/msg/spdy-dev/HFjAbFRd-N0/p-Edt-lneGsJ

这篇关于什么是"ERR_HTTP2_PING_FAILED"?在Chrome错误代码中表示什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆