From 7214640312502891a902dea98c33a63961085b44 Mon Sep 17 00:00:00 2001 From: Ian Gong Date: Tue, 14 Apr 2015 09:13:21 +0800 Subject: [PATCH] =?UTF-8?q?Update=20HTTP2=E4=B8=AD=E8=8B=B1=E5=AF=B9?= =?UTF-8?q?=E7=85=A7=E7=89=88(06-29).md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 是否应该是:在一个流上分配一个HTTP请求响应交换? --- ...5\350\213\261\345\257\271\347\205\247\347\211\210(06-29).md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.