diff options
Diffstat (limited to 'src/http')
-rw-r--r-- | src/http/ngx_http.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/http/ngx_http.c b/src/http/ngx_http.c index 34bfc539e..d835f896e 100644 --- a/src/http/ngx_http.c +++ b/src/http/ngx_http.c @@ -1883,14 +1883,7 @@ ngx_http_add_listening(ngx_conf_t *cf, ngx_http_conf_addr_t *addr) ls->wildcard = addr->opt.wildcard; #if (NGX_HTTP_V3) - ls->quic = addr->opt.quic; - - if (ls->quic) { - ngx_rbtree_init(&ls->rbtree, &ls->sentinel, - ngx_quic_rbtree_insert_value); - } - #endif return ls; |