diff options
author | Roman Arutyunyan <arut@nginx.com> | 2020-11-11 19:40:41 +0000 |
---|---|---|
committer | Roman Arutyunyan <arut@nginx.com> | 2020-11-11 19:40:41 +0000 |
commit | 6e6daf459234f0f7330c69de1f27d0064bb217ae (patch) | |
tree | f737c934b5d14962a936e4f23e0b15727f10e87c /src | |
parent | fc5a0886659187c88e5d26f2732239eafffb320e (diff) | |
download | nginx-6e6daf459234f0f7330c69de1f27d0064bb217ae.tar.gz nginx-6e6daf459234f0f7330c69de1f27d0064bb217ae.zip |
QUIC: removed comment.
Diffstat (limited to 'src')
-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; |