aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/compression.md
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2016-06-21 10:15:01 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2016-06-21 10:15:01 -0700
commit9f26a149a5da48364ec62dd607e34104bb851c6d (patch)
tree9938db06652dc82d608a5060229501d9e97f1780 /doc/compression.md
parent87e6770a1819d44f352e7ba5782ca1f7dd8cffca (diff)
fixed incomplete sentence
Diffstat (limited to 'doc/compression.md')
-rw-r--r--doc/compression.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/compression.md b/doc/compression.md
index 6e45563602..a116ac50a1 100644
--- a/doc/compression.md
+++ b/doc/compression.md
@@ -81,8 +81,8 @@ initial call. A client doesn't a priori (presently) know which algorithms a
server supports. This issue can be addressed with an initial negotiation of
capabilities or an automatic retry mechanism. These features will be implemented
in the future. Currently however, compression levels are only supported at the
-server side, which is aware of the client's capabilities by virtue of the
-incoming.
+server side, which is aware of the client's capabilities through the incoming
+Message-Accept-Encoding header.
### Propagation to child RPCs