From 8ba7adf037cc32300e19034e371a7add5222e47e Mon Sep 17 00:00:00 2001 From: Sergey Kandaurov Date: Mon, 12 Apr 2021 12:30:30 +0300 Subject: HTTP/3: removed h3scf->quic leftover after 0d2b2664b41c. --- src/http/v3/ngx_http_v3.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/http/v3/ngx_http_v3.h b/src/http/v3/ngx_http_v3.h index 7fba09056..18b7a7636 100644 --- a/src/http/v3/ngx_http_v3.h +++ b/src/http/v3/ngx_http_v3.h @@ -92,7 +92,6 @@ typedef struct { - ngx_quic_tp_t quic; size_t max_table_capacity; ngx_uint_t max_blocked_streams; ngx_uint_t max_concurrent_pushes; -- cgit