diff src/event/quic/ngx_event_quic_ack.c @ 8763:4117aa7fa38e quic

QUIC: connection migration. The patch adds proper transitions between multiple networking addresses that can be used by a single quic connection. New networking paths are validated using PATH_CHALLENGE/PATH_RESPONSE frames.
author Vladimir Homutov <vl@nginx.com>
date Thu, 29 Apr 2021 15:35:02 +0300
parents 225e9f1dfe7c
children f52a2b77d406
line wrap: on
line diff
--- a/src/event/quic/ngx_event_quic_ack.c
+++ b/src/event/quic/ngx_event_quic_ack.c
@@ -722,7 +722,7 @@ ngx_quic_pto_handler(ngx_event_t *ev)
 
     for (i = 0; i < NGX_QUIC_SEND_CTX_LAST; i++) {
 
-        ctx = &qc->send_ctx[i];
+         ctx = &qc->send_ctx[i];
 
         if (ngx_queue_empty(&ctx->sent)) {
             continue;