aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/PROTOCOL-WEB.md
diff options
context:
space:
mode:
authorGravatar Wenbo Zhu <wenboz@google.com>2016-11-10 15:47:03 -0800
committerGravatar GitHub <noreply@github.com>2016-11-10 15:47:03 -0800
commitfd825f51ac7c62cf5c9258d46aaee4695dae1d2e (patch)
tree6ea28a3ec9af2515b754c677f82130936f1ccbf8 /doc/PROTOCOL-WEB.md
parentaaefa958d796e8f9ec1fe48df61ca0fd9425be48 (diff)
Update PROTOCOL-WEB.md
Using http/2 literal header format for status.
Diffstat (limited to 'doc/PROTOCOL-WEB.md')
-rw-r--r--doc/PROTOCOL-WEB.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/PROTOCOL-WEB.md b/doc/PROTOCOL-WEB.md
index 7d9b9f069a..562d5999cf 100644
--- a/doc/PROTOCOL-WEB.md
+++ b/doc/PROTOCOL-WEB.md
@@ -60,8 +60,7 @@ HTTP/2 related behavior (specified in [gRPC over HTTP2](http://www.grpc.io/docs/
Message framing (vs. [http2-transport-mapping](http://www.grpc.io/docs/guides/wire.html#http2-transport-mapping))
1. Response status encoded as part of the response body
- * Key-value pairs formatted as HTTP/1.1 headers block (without the empty
- newline \r\n to terminate the block)
+ * Key-value pairs encoded in the HTTP/2 [literal header format](https://tools.ietf.org/html/rfc7541#section-6.2) as a single header block.
2. 8th (MSB) bit of the 1st gRPC frame byte
* 0: data
* 1: trailers