aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Feng Li <fengli@google.com>2017-05-24 16:16:15 -0700
committerGravatar GitHub <noreply@github.com>2017-05-24 16:16:15 -0700
commit19fd924bed05cf8e6fb9006d5b3ef9e1e9fb8f8e (patch)
tree8c18b4c73af979ad322c6a8552298825307bec4e
parent49edcb308e0f7c94158493742dde7b71c9a9bd26 (diff)
parent1e9a93c3f5bf4a8334d491fe24e1a24c9752139b (diff)
Merge pull request #11300 from grpc/fengli79-patch-1
Remove the section for b64 encoded trailers.
-rw-r--r--doc/PROTOCOL-WEB.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/PROTOCOL-WEB.md b/doc/PROTOCOL-WEB.md
index 10998899c4..912dbe6d8f 100644
--- a/doc/PROTOCOL-WEB.md
+++ b/doc/PROTOCOL-WEB.md
@@ -103,10 +103,6 @@ to security policies with XHR
* While the server runtime will always base64-encode and flush gRPC messages
atomically the client library should not assume base64 padding always
happens at the boundary of message frames. That is, the implementation may send base64-encoded "chunks" with potential padding whenever the runtime needs to flush a byte buffer.
-3. For binary trailers, when the content-type is set to
-application/grpc-web-text, the extra base64 encoding specified
-in [gRPC over HTTP2](http://www.grpc.io/docs/guides/wire.html)
-for binary custom metadata is skipped.
# Other features