diff options
author | Michael Bausor <michaelbausor@google.com> | 2017-08-16 12:21:16 -0700 |
---|---|---|
committer | Michael Bausor <michaelbausor@google.com> | 2017-08-16 12:21:16 -0700 |
commit | 8a61db3c378483abebb2866add226c93fcd32c89 (patch) | |
tree | 18048dc13181ecb0bdf2a7ab584755ac807171e0 /src | |
parent | 81fd629092282d202f23317bf0529ce5dc2979e4 (diff) |
Remove metadata set
Diffstat (limited to 'src')
-rw-r--r-- | src/php/lib/Grpc/UnaryCall.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/php/lib/Grpc/UnaryCall.php b/src/php/lib/Grpc/UnaryCall.php index 1291346363..5f30c14b54 100644 --- a/src/php/lib/Grpc/UnaryCall.php +++ b/src/php/lib/Grpc/UnaryCall.php @@ -45,7 +45,6 @@ class UnaryCall extends AbstractCall OP_SEND_MESSAGE => $message_array, OP_SEND_CLOSE_FROM_CLIENT => true, ]); - $this->metadata = $event->metadata; } /** |