diff options
author | Craig Tiller <ctiller@google.com> | 2015-09-28 10:16:06 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2015-09-28 10:16:06 -0700 |
commit | 69684061dae3552e45befd19c46e77dd6412a660 (patch) | |
tree | afa79d4bff73195508174ae265d7736d2e833dfd /include/grpc++/impl | |
parent | 34522cdac57135f9c933708aff61f96d4923a74e (diff) | |
parent | d3366d7ff05de14b4d1c6d75f674b5fdd1dd07dd (diff) |
Merge github.com:grpc/grpc into mergabit
Diffstat (limited to 'include/grpc++/impl')
-rw-r--r-- | include/grpc++/impl/call.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/grpc++/impl/call.h b/include/grpc++/impl/call.h index 885a1075ad..df45d6f485 100644 --- a/include/grpc++/impl/call.h +++ b/include/grpc++/impl/call.h @@ -248,8 +248,7 @@ class CallOpRecvMessage { if (*status) { got_message = true; *status = SerializationTraits<R>::Deserialize(recv_buf_, message_, - max_message_size) - .ok(); + max_message_size).ok(); } else { got_message = false; grpc_byte_buffer_destroy(recv_buf_); |