Merge github.com:grpc/grpc into we-dont-need-no-backup

This commit is contained in:
Craig Tiller 2015-06-16 17:14:43 -07:00
commit c5cd4aa960
1 changed files with 1 additions and 0 deletions

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());