mirror of https://github.com/grpc/grpc-node.git
Merge github.com:grpc/grpc into we-dont-need-no-backup
This commit is contained in:
commit
c5cd4aa960
|
@ -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());
|
||||
|
|
Loading…
Reference in New Issue