From 6a74c07ea0e1dbd3cf5ec562e21aa1d5f414f195 Mon Sep 17 00:00:00 2001 From: Sergey Kandaurov Date: Tue, 24 Aug 2021 14:40:33 +0300 Subject: [PATCH] QUIC: removed duplicate logging of Stateless Reset Token. --- src/event/quic/ngx_event_quic_ssl.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/event/quic/ngx_event_quic_ssl.c b/src/event/quic/ngx_event_quic_ssl.c index 9083ad1e3..669bae9bb 100644 --- a/src/event/quic/ngx_event_quic_ssl.c +++ b/src/event/quic/ngx_event_quic_ssl.c @@ -525,10 +525,6 @@ ngx_quic_init_connection(ngx_connection_t *c) return NGX_ERROR; } - ngx_log_debug2(NGX_LOG_DEBUG_EVENT, c->log, 0, - "quic stateless reset token %*xs", - (size_t) NGX_QUIC_SR_TOKEN_LEN, qc->tp.sr_token); - len = ngx_quic_create_transport_params(NULL, NULL, &qc->tp, &clen); /* always succeeds */