diff options
Diffstat (limited to 'src/stream/ngx_stream_quic_module.c')
-rw-r--r-- | src/stream/ngx_stream_quic_module.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; |