You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fetch: document HTTP/2 multiplexing tradeoffs in grk_stream_params
Explain when http2_multiplex helps (many small requests, good server
support) vs. when it hurts (TCP head-of-line blocking, PIPEWAIT
serialization, servers like CloudFerro that process multiplexed
range requests sequentially).
0 commit comments