Found new managed modules references#1190
Merged
unmultimedio merged 2 commits intomainfrom Mar 31, 2026
Merged
Conversation
| }, | ||
| { | ||
| "name": "99135b19189588fcc787acb84cff27991787473d", | ||
| "digest": "a54091887cdd8c153baceecdd94eeb63c3e620bc275d9ebf4234f349bb98f681cca474984d82d547a5379e444bfc1139cf2db9c8e17ab732bfe5d9a9b8b9e3be" |
There was a problem hiding this comment.
[Updated at 2026-03-31T15:23:48Z]
$ casdiff dafe8c0aa9c80e28da7808ffade0f33638a16e3d 99135b19189588fcc787acb84cff27991787473d --format=markdown1 files changed: 0 removed, 0 renamed, 0 added, 1 changed content
Files changed content:
grpc/testing/messages.proto:
--- shake256:735c1e4b3c2301951daaff28e137109e4f57507d57d4b0f9c0eafc5bd74f89b63a670fbc40534b767713166e0a622888f5b5f20dd1e35fe74353079f114468e3 grpc/testing/messages.proto
+++ shake256:fa29d0eeee3f6d9dc4cd62887763d5349295f2c773448d0fbe3d682afdefffcddac77c0b2f3fd23d0d2bcd1e8bb6e36b4dfa52ad42f8afc64fdfff7fdfd0c40a grpc/testing/messages.proto
@@ -158,6 +158,10 @@
// implement the full compression tests by introspecting the call to verify
// the response's compression status.
BoolValue compressed = 3;
+
+ // Whether to request the server to send the requesting peer's socket
+ // address in the response.
+ BoolValue fill_peer_socket_address = 4;
}
// Server-streaming request.
@@ -185,6 +189,9 @@
message StreamingOutputCallResponse {
// Payload to increase response size.
Payload payload = 1;
+
+ // The peer's socket address if requested.
+ string peer_socket_address = 2;
}
// For reconnect interop test only.
unmultimedio
approved these changes
Mar 31, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.