mirror of https://github.com/grpc/grpc.git
[reflection] python: reflection response returns dependencies (#32909)
Fix #32899 - include all dependency-descriptors in the ServerReflectionResponse Using the C# Server-code as blue print:pull/33086/head6bf44820a2/src/Grpc.Reflection/ReflectionServiceImpl.cs (L148)
see also: - The cpp-server implementation of this:d299f5ecce/src/cpp/ext/proto_server_reflection.cc (L208)
- The go-server implementation of this:2cd95c7514/reflection/serverreflection.go (L184)
`return s.fileDescWithDependencies(d.ParentFile(), sentFileDescriptors)` --------- Co-authored-by: Xuan Wang <xuanwn@google.com>
parent
1b01336504
commit
74d00f2c9c
3 changed files with 32 additions and 10 deletions
Loading…
Reference in new issue