Skip to content
Snippets Groups Projects
Commit fd825f51 authored by Wenbo Zhu's avatar Wenbo Zhu Committed by GitHub
Browse files

Update PROTOCOL-WEB.md

Using http/2 literal header format for status.
parent aaefa958
No related branches found
No related tags found
No related merge requests found
...@@ -60,8 +60,7 @@ HTTP/2 related behavior (specified in [gRPC over HTTP2](http://www.grpc.io/docs/ ...@@ -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)) 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 1. Response status encoded as part of the response body
* Key-value pairs formatted as HTTP/1.1 headers block (without the empty * 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.
newline \r\n to terminate the block)
2. 8th (MSB) bit of the 1st gRPC frame byte 2. 8th (MSB) bit of the 1st gRPC frame byte
* 0: data * 0: data
* 1: trailers * 1: trailers
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment