From 67342b0eb25cfe2b116d241a8e977754393b3e5e Mon Sep 17 00:00:00 2001 From: Roman Arutyunyan Date: Wed, 11 Nov 2020 19:40:41 +0000 Subject: [PATCH] QUIC: removed comment. --- src/stream/ngx_stream_quic_module.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/stream/ngx_stream_quic_module.c b/src/stream/ngx_stream_quic_module.c index fc767e991..4ddf5c90a 100644 --- a/src/stream/ngx_stream_quic_module.c +++ b/src/stream/ngx_stream_quic_module.c @@ -228,7 +228,6 @@ ngx_stream_quic_create_srv_conf(ngx_conf_t *cf) * conf->tp.original_dcid = { 0, NULL }; * conf->tp.initial_scid = { 0, NULL }; * conf->tp.retry_scid = { 0, NULL }; - * conf->tp.stateless_reset_token = { 0 } * conf->tp.preferred_address = NULL * conf->sr_token_key = { 0, NULL } * conf->require_alpn = 0;