Merge github.com:grpc/grpc into you-complete-me

This commit is contained in:
Craig Tiller 2015-06-16 17:18:34 -07:00
commit 06a134eb72

View File

@ -550,6 +550,7 @@ NAN_METHOD(Call::StartBatch) {
}
uint32_t type = keys->Get(i)->Uint32Value();
ops[i].op = static_cast<grpc_op_type>(type);
ops[i].flags = 0;
switch (type) {
case GRPC_OP_SEND_INITIAL_METADATA:
op.reset(new SendMetadataOp());