changeset 8633:d8b01c2b8931 quic

QUIC: removed comment.
author Roman Arutyunyan <arut@nginx.com>
date Wed, 11 Nov 2020 19:40:41 +0000
parents 50f5c4f75fc1
children 831d1960826f
files src/stream/ngx_stream_quic_module.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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
      *     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;