From: Sergey Kandaurov Date: Mon, 12 Apr 2021 09:30:30 +0000 (+0300) Subject: HTTP/3: removed h3scf->quic leftover after 0d2b2664b41c. X-Git-Url: http://git.kaiwu.me/postgresql/log/contrib/postgres_fdw/static/%7B@url%7D?a=commitdiff_plain;h=8ba7adf037cc32300e19034e371a7add5222e47e;p=nginx.git HTTP/3: removed h3scf->quic leftover after 0d2b2664b41c. --- 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;