We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8fa1b33 + 113c7fc commit 420e814Copy full SHA for 420e814
test/cpp/end2end/interceptors_util.h
@@ -103,7 +103,7 @@ class EchoTestServiceStreamingImpl : public EchoTestService::Service {
103
~EchoTestServiceStreamingImpl() override {}
104
105
Status Echo(ServerContext* context, const EchoRequest* request,
106
- EchoResponse* response) {
+ EchoResponse* response) override {
107
auto client_metadata = context->client_metadata();
108
for (const auto& pair : client_metadata) {
109
context->AddTrailingMetadata(ToString(pair.first), ToString(pair.second));
0 commit comments