Skip to content
Snippets Groups Projects
Commit 2ea66c3b authored by Yuchen Zeng's avatar Yuchen Zeng
Browse files

Added comment about repeated responses

parent a7823757
Branches
Tags
No related merge requests found
...@@ -94,6 +94,8 @@ message ServerReflectionResponse { ...@@ -94,6 +94,8 @@ message ServerReflectionResponse {
// file_containing_extension requests with transitive dependencies. As // file_containing_extension requests with transitive dependencies. As
// the repeated label is not allowed in oneof fields, we use a // the repeated label is not allowed in oneof fields, we use a
// FileDescriptorResponse message to encapsulate the repeated fields. // 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; FileDescriptorResponse file_descriptor_response = 4;
// This message is used to answer all_extension_numbers_of_type requst. // This message is used to answer all_extension_numbers_of_type requst.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment