trivial doc fix.

pull/8101/head
Makarand Dharmapurikar 8 years ago
parent 42511cfd8b
commit a04c678963
  1. 6
      doc/interop-test-descriptions.md

@ -964,9 +964,9 @@ for the `SimpleRequest.response_type`. If the server does not support the
### CacheableUnaryCall ### CacheableUnaryCall
Server gets the default Empty proto as the request. It returns the Server gets the default SimpleRequest proto as the request. The content of the
SimpleResponse proto with the payload set to current timestamp string. request are ignored. It returns the SimpleResponse proto with the payload set
In addition it adds to current timestamp string. In addition it adds
1. cache control headers such that the response can be cached by proxies in 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 the response path. Server should be behind a caching proxy for this test
to pass. to pass.

Loading…
Cancel
Save