aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/client_config/subchannel.c
diff options
context:
space:
mode:
authorGravatar Yang Gao <yangg@google.com>2015-08-05 11:47:30 -0700
committerGravatar Yang Gao <yangg@google.com>2015-08-05 11:47:30 -0700
commitd2e9cb3b92623c059112668517593d096f28333f (patch)
treef36378df6efadab4046ac4a0adfd26adb30efdd1 /src/core/client_config/subchannel.c
parent9f007f059764133a49fdf7210ce9881bc38e9c05 (diff)
parent220adcc745a9c60cf3bab00f020b2fce8c3b7c9d (diff)
Merge pull request #2765 from ctiller/the-test-be-sleepy
Fix edge cases in CHTTP2 resulting in lose of send close from clients
Diffstat (limited to 'src/core/client_config/subchannel.c')
-rw-r--r--src/core/client_config/subchannel.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/client_config/subchannel.c b/src/core/client_config/subchannel.c
index 17773bd2f4..f428b0fb6a 100644
--- a/src/core/client_config/subchannel.c
+++ b/src/core/client_config/subchannel.c
@@ -511,8 +511,6 @@ static void publish_transport(grpc_subchannel *c) {
connection *destroy_connection = NULL;
grpc_channel_element *elem;
- gpr_log(GPR_DEBUG, "publish_transport: %p", c->master);
-
/* build final filter list */
num_filters = c->num_filters + c->connecting_result.num_filters + 1;
filters = gpr_malloc(sizeof(*filters) * num_filters);