# HG changeset patch # User Sergey Kandaurov # Date 1629805233 -10800 # Node ID 01bd1c0de1f477587d048b45ecf98f58e44ca424 # Parent d8d48c977b0ff65e49d0ce228aaee538b82ca2d0 QUIC: removed duplicate logging of Stateless Reset Token. diff --git a/src/event/quic/ngx_event_quic_ssl.c b/src/event/quic/ngx_event_quic_ssl.c --- 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_ 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 */