reviewable/pr9972/r1
Sree Kuchibhotla 8 years ago
parent 14ab588166
commit 2c614a7a7b
  1. 2
      include/grpc++/impl/codegen/sync_stream.h

@ -330,7 +330,7 @@ class ClientReaderWriter final : public ClientReaderWriterInterface<W, R> {
ClientReaderWriter(ChannelInterface* channel, const RpcMethod& method,
ClientContext* context)
: context_(context),
cq_(true), // Pluckable cq
cq_(true), // Pluckable cq
call_(channel->CreateCall(method, context, &cq_)) {
if (!context_->initial_metadata_corked_) {
CallOpSet<CallOpSendInitialMetadata> ops;

Loading…
Cancel
Save