aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/filters/client_channel/http_connect_handshaker.cc
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@users.noreply.github.com>2018-08-27 12:43:20 +0200
committerGravatar GitHub <noreply@github.com>2018-08-27 12:43:20 +0200
commit97ba943f179cf6eda6f1a85abee01d459f507673 (patch)
tree52b23d42e14f87ac6924b0be46c4d2e57aad8b17 /src/core/ext/filters/client_channel/http_connect_handshaker.cc
parent2548704bee6dd9071832135f8a76c2761897cddb (diff)
Revert "Fathom tcp changes"
Diffstat (limited to 'src/core/ext/filters/client_channel/http_connect_handshaker.cc')
-rw-r--r--src/core/ext/filters/client_channel/http_connect_handshaker.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ext/filters/client_channel/http_connect_handshaker.cc b/src/core/ext/filters/client_channel/http_connect_handshaker.cc
index 7ce8da8c00..4e8b8b71db 100644
--- a/src/core/ext/filters/client_channel/http_connect_handshaker.cc
+++ b/src/core/ext/filters/client_channel/http_connect_handshaker.cc
@@ -320,7 +320,7 @@ static void http_connect_handshaker_do_handshake(
// Take a new ref to be held by the write callback.
gpr_ref(&handshaker->refcount);
grpc_endpoint_write(args->endpoint, &handshaker->write_buffer,
- &handshaker->request_done_closure, nullptr);
+ &handshaker->request_done_closure);
gpr_mu_unlock(&handshaker->mu);
}