diff options
author | Jan Tattermusch <jtattermusch@users.noreply.github.com> | 2017-08-30 09:42:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-30 09:42:20 +0200 |
commit | b7beb45a2f1fafdf752b0b4b051cf673747a96ad (patch) | |
tree | a6a0a1ab64f09e29df7d7cbbd2d2223f63911036 | |
parent | f37dfda1c3f0428995d67cb82c6fbcada7260e84 (diff) | |
parent | a01ce50d1285faa105604a6472457351a705ea9e (diff) |
Merge pull request #12328 from 0oneo/patch-1
fix typo in compression.md
-rw-r--r-- | doc/compression.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/compression.md b/doc/compression.md index ee22bc3f12..bf38e3bd53 100644 --- a/doc/compression.md +++ b/doc/compression.md @@ -52,8 +52,8 @@ by the client WILL result in an `INTERNAL` error status on the client side. Note that a peer MAY choose to not disclose all the encodings it supports. However, if it receives a message compressed in an undisclosed but supported -encoding, it MUST include said encoding in the response's `grpc-accept-encoding -h`eader. +encoding, it MUST include said encoding in the response's `grpc-accept-encoding` +header. For every message a server is requested to compress using an algorithm it knows the client doesn't support (as indicated by the last `grpc-accept-encoding` |