Pass through connection error

pull/6897/head
Craig Tiller 9 years ago
parent 5e3a0ef666
commit 87b75c201a
  1. 2
      src/core/ext/transport/chttp2/client/secure/secure_channel_create.c

@ -153,7 +153,7 @@ static void connected(grpc_exec_ctx *exec_ctx, void *arg, grpc_error *error) {
memset(c->result, 0, sizeof(*c->result));
notify = c->notify;
c->notify = NULL;
notify->cb(exec_ctx, notify->cb_arg, GRPC_ERROR_NONE);
notify->cb(exec_ctx, notify->cb_arg, grpc_error_ref(error));
}
}

Loading…
Cancel
Save