From f6bea54599945d340808caad3dc4dddfb5e96507 Mon Sep 17 00:00:00 2001 From: Steve Kim Date: Fri, 10 Nov 2023 08:45:49 -0800 Subject: [PATCH] revert comment change --- source/secure_tunneling.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/secure_tunneling.c b/source/secure_tunneling.c index a4a12b6f..a70132bd 100644 --- a/source/secure_tunneling.c +++ b/source/secure_tunneling.c @@ -1713,8 +1713,7 @@ static uint64_t s_aws_secure_tunnel_compute_operational_state_service_time( struct aws_secure_tunnel *secure_tunnel, uint64_t now) { - /* Another message is in transit down the WebSocket, but schedule a new message to the nearest time to avoid delays. - */ + /* If a message is in transit down the WebSocket, then wait for it to complete */ if (secure_tunnel->pending_write_completion) { return 0; }