aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/httpcli/httpcli.c
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-07-01 08:55:28 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-07-01 08:55:28 -0700
commit5d44c069e6870c0ddf26c1782f035c2835983e31 (patch)
tree280b65c92917be16efd1bf43f881d0731bec1f56 /src/core/httpcli/httpcli.c
parent95078352a7ed5526f3977c5331a8a510a223517c (diff)
Refcounting fixes and debugging, empty batch stability fixes
Diffstat (limited to 'src/core/httpcli/httpcli.c')
-rw-r--r--src/core/httpcli/httpcli.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/httpcli/httpcli.c b/src/core/httpcli/httpcli.c
index 914355a408..3f5557e08e 100644
--- a/src/core/httpcli/httpcli.c
+++ b/src/core/httpcli/httpcli.c
@@ -198,7 +198,7 @@ static void on_connected(void *arg, grpc_endpoint *tcp) {
GRPC_SECURITY_OK);
grpc_setup_secure_transport(&sc->base, tcp, on_secure_transport_setup_done,
req);
- grpc_security_connector_unref(&sc->base);
+ GRPC_SECURITY_CONNECTOR_UNREF(&sc->base, "httpcli");
} else {
start_write(req);
}