简体   繁体   English

哪些浏览器支持HTTP / 2的流量控制功能?

[英]Which browsers do support flow control feature of HTTP/2?

Recently, some browsers support HTTP/2. 最近,一些浏览器支持HTTP / 2。 This picture shows all versions of browsers support HTTP/2 此图显示所有版本的浏览器都支持HTTP / 2

And HTTP/2 has new features such as flow control which is implemented by setting WINDOW_UPDATE frame. HTTP / 2具有流控制等新功能,通过设置WINDOW_UPDATE帧实现。 Do you know which version of browsers support flow control and allow users to configure WINDOW_UPDATE frame by javascript or something else 您知道哪个版本的浏览器支持流控制,并允许用户通过javascript或其他方式配置WINDOW_UPDATE

All browsers support flow control, it's a mandatory part of the spec. 所有浏览器都支持流量控制,它是规范的强制性部分。 Section 5.2.1 of RFC 7540 explicitly says that "Flow control cannot be disabled.". RFC 7540的5.2.1节明确指出“不能禁用流量控制”。 I don't know of any browser that gives any sort of control to the javascript. 我不知道任何浏览器对javascript提供任何控制。

HTTP/2 clients for scripting languages such as Hyper (in python) or http-2 (in ruby) do give fine grained access to the protocol however. 用于脚本语言的HTTP / 2客户端(例如Hyper (在python中)或http-2 (在ruby中)确实提供了对协议的细粒度访问。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM