From 7f48b99d1330e39d9b154c978087e8b6fba4d76a Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" <pixel@nobis-crew.org> Date: Sat, 8 Aug 2015 01:48:57 +0200 Subject: [PATCH] Taking out assert for now - it can be added later, without breaking the API. --- src/core/surface/call.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/core/surface/call.c b/src/core/surface/call.c index c0ebd508b1..e1a1f38a12 100644 --- a/src/core/surface/call.c +++ b/src/core/surface/call.c @@ -1539,7 +1539,6 @@ grpc_call_error grpc_call_start_batch(grpc_call *call, const grpc_op *ops, /* rewrite batch ops into ioreq ops */ for (in = 0, out = 0; in < nops; in++) { op = &ops[in]; - GPR_ASSERT(!op->reserved); switch (op->op) { case GRPC_OP_SEND_INITIAL_METADATA: /* Flag validation: currently allow no flags */ -- GitLab