Added comment about repeated responses

This commit is contained in:
Yuchen Zeng 2016-05-12 16:26:48 -07:00
parent a7823757eb
commit 2ea66c3b8f
1 changed files with 2 additions and 0 deletions

View File

@ -94,6 +94,8 @@ message ServerReflectionResponse {
// file_containing_extension requests with transitive dependencies. As
// the repeated label is not allowed in oneof fields, we use a
// FileDescriptorResponse message to encapsulate the repeated fields.
// The reflection service is allowed to avoid sending FileDescriptorProtos
// that were previously sent in response to earlier requests in the stream.
FileDescriptorResponse file_descriptor_response = 4;
// This message is used to answer all_extension_numbers_of_type requst.