QUIC: removed duplicate logging of Stateless Reset Token.

This commit is contained in:
Sergey Kandaurov 2021-08-24 14:40:33 +03:00
parent 2ff0af368d
commit 6a74c07ea0

View File

@ -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 */