diff options
author | Mark D. Roth <roth@google.com> | 2016-07-27 12:44:10 -0700 |
---|---|---|
committer | Mark D. Roth <roth@google.com> | 2016-07-27 12:44:10 -0700 |
commit | 64d88bdafdc913b2b5a9fb34e7181dc2e7db4d0e (patch) | |
tree | 373a48f143e617b37750eb4a9c508d77e9df0856 /src/core | |
parent | 3cfc5a7b1d8c428d50c9be537b47ad543bff3a40 (diff) |
Added FIXME comment.
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/ext/client_config/http_connect_handshaker.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/ext/client_config/http_connect_handshaker.c b/src/core/ext/client_config/http_connect_handshaker.c index 25246ddfd1..d75d64f619 100644 --- a/src/core/ext/client_config/http_connect_handshaker.c +++ b/src/core/ext/client_config/http_connect_handshaker.c @@ -142,6 +142,7 @@ static void http_connect_handshaker_shutdown(grpc_exec_ctx* exec_ctx, grpc_handshaker* handshaker) { } +// FIXME BEFORE MERGING: apply deadline static void http_connect_handshaker_do_handshake( grpc_exec_ctx* exec_ctx, grpc_handshaker* handshaker, grpc_endpoint* endpoint, grpc_channel_args* args, gpr_timespec deadline, |