diff options
author | Wenbo Zhu <wenboz@google.com> | 2017-02-27 16:21:45 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-27 16:21:45 -0800 |
commit | a56edc43f404e2fddbe0d38d28c0189444e8a616 (patch) | |
tree | 6daf58adb375918e95a27807d4d1c3e3a9e773c2 /doc | |
parent | ea16fa1598efcd29308cf5d2745a032bce0947f0 (diff) |
Update PROTOCOL-WEB.md
Diffstat (limited to 'doc')
-rw-r--r-- | doc/PROTOCOL-WEB.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/PROTOCOL-WEB.md b/doc/PROTOCOL-WEB.md index cdc0531dd3..0b54e0f34f 100644 --- a/doc/PROTOCOL-WEB.md +++ b/doc/PROTOCOL-WEB.md @@ -61,7 +61,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 encoded as a HTTP/1 headers block (without the terminating newline). + * Key-value pairs encoded as a HTTP/1 headers block (without the terminating newline), per https://tools.ietf.org/html/rfc7230#section-3.2 ``` key1: foo\r\n key2: bar\r\n |