diff --git "a/HTTP2\344\270\255\350\213\261\345\257\271\347\205\247\347\211\210(06-29).md" "b/HTTP2\344\270\255\350\213\261\345\257\271\347\205\247\347\211\210(06-29).md" index 3610b17f..572fe8bb 100644 --- "a/HTTP2\344\270\255\350\213\261\345\257\271\347\205\247\347\211\210(06-29).md" +++ "b/HTTP2\344\270\255\350\213\261\345\257\271\347\205\247\347\211\210(06-29).md" @@ -45,7 +45,7 @@ HTTP/2中基本的协议单位是帧。每个帧都有不同的类型和用途 Multiplexing of requests is achieved by having each HTTP request-response exchanged assigned to a single stream (Section 5). Streams are largely independent of each other, so a blocked or stalled request does not prevent progress on other requests. -请求多路复用是通过在一个流上分配多个HTTP请求响应交换来实现的(章节5)。流在很大程度上是相互独立的,因此一个请求上的阻塞或终止并不会影响其他请求的处理。 +请求多路复用是通过将每一个HTTP请求响应交换分配到单个流上来实现的(章节5)。流在很大程度上是相互独立的,因此一个请求上的阻塞或终止并不会影响其他请求的处理。 Flow control and prioritization ensure that it is possible to properly use multiplexed streams. Flow control (Section 5.2) helps to ensure that only data that can be used by a receiver is transmitted. Prioritization (Section 5.3) ensures that limited resources can be directed to the most important requests first.