commit | d8cc6b8e7273cae65d1433ba695a5fd9816925ba | [log] [tgz] |
---|---|---|
author | murgatroid99 <mlumish@google.com> | Wed Apr 01 11:14:16 2015 -0700 |
committer | murgatroid99 <mlumish@google.com> | Wed Apr 01 11:14:16 2015 -0700 |
tree | 4d21cda9bed75af9ac6b961b66ae378714bc8580 | |
parent | 954177c9ef6b96cc1a7f9f758501836a0eb53569 [diff] [blame] |
Do not expect metadata until expecting first read
diff --git a/src/php/lib/Grpc/AbstractCall.php b/src/php/lib/Grpc/AbstractCall.php index d81df97..413d596 100644 --- a/src/php/lib/Grpc/AbstractCall.php +++ b/src/php/lib/Grpc/AbstractCall.php
@@ -47,6 +47,7 @@ public function __construct(Channel $channel, $method, $deserialize) { $this->call = new Call($channel, $method, Timeval::inf_future()); $this->deserialize = $deserialize; + $this->metadata = null; } /**