aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/interop-test-descriptions.md
diff options
context:
space:
mode:
authorGravatar Makarand Dharmapurikar <makarandd@google.com>2016-09-28 08:43:00 -0700
committerGravatar Makarand Dharmapurikar <makarandd@google.com>2016-09-28 08:43:00 -0700
commita04c6789632c1e454cfe563f3144c27498d5ef0a (patch)
tree1fc427ddda1a5b5c37d3eede2740a1feaf585727 /doc/interop-test-descriptions.md
parent42511cfd8b7c56c176c819311ea4dd4ade4df960 (diff)
trivial doc fix.
Diffstat (limited to 'doc/interop-test-descriptions.md')
-rw-r--r--doc/interop-test-descriptions.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/interop-test-descriptions.md b/doc/interop-test-descriptions.md
index e3a41b1295..8a1e93eee0 100644
--- a/doc/interop-test-descriptions.md
+++ b/doc/interop-test-descriptions.md
@@ -964,9 +964,9 @@ for the `SimpleRequest.response_type`. If the server does not support the
### CacheableUnaryCall
-Server gets the default Empty proto as the request. It returns the
-SimpleResponse proto with the payload set to current timestamp string.
-In addition it adds
+Server gets the default SimpleRequest proto as the request. The content of the
+request are ignored. It returns the SimpleResponse proto with the payload set
+to current timestamp string. In addition it adds
1. cache control headers such that the response can be cached by proxies in
the response path. Server should be behind a caching proxy for this test
to pass.