From: Roman Arutyunyan Date: Wed, 11 Nov 2020 19:40:41 +0000 (+0000) Subject: QUIC: removed comment. X-Git-Tag: release-1.25.0~4^2~476 X-Git-Url: http://git.kaiwu.me/postgresql/log/contrib/postgres_fdw/static/gitweb.js?a=commitdiff_plain;h=6e6daf459234f0f7330c69de1f27d0064bb217ae;p=nginx.git QUIC: removed comment. --- 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;