summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSergey Kandaurov <pluknet@nginx.com>2021-08-24 14:40:33 +0300
committerSergey Kandaurov <pluknet@nginx.com>2021-08-24 14:40:33 +0300
commit6a74c07ea0e1dbd3cf5ec562e21aa1d5f414f195 (patch)
tree70bf0533270a5b550cb477aae442f1740bdb7ae7
parent2ff0af368d08ade41cb164eb54f621361c9f1bec (diff)
downloadnginx-6a74c07ea0e1dbd3cf5ec562e21aa1d5f414f195.tar.gz
nginx-6a74c07ea0e1dbd3cf5ec562e21aa1d5f414f195.tar.bz2
QUIC: removed duplicate logging of Stateless Reset Token.
-rw-r--r--src/event/quic/ngx_event_quic_ssl.c4
1 files changed, 0 insertions, 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 */