Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Cronet 在使用 HTTP/2 或 QUIC 时是否支持对传出请求进行排队?如果是这样,它是无界的/有很大的限制吗?如果应用程序超过允许的最大正在进行的请求,是否会返回错误?
只要你使用相同的 Cronet 引擎,它就会使用 Chrome 的连接限制和请求排队行为。Http2 允许的同时进行中的请求/流的限制为 256,Quic 为 100。不,超过最大值时没有错误,我们只是延迟创建流,直到会话上有空闲插槽。