changeset 8740:cc3e9c131d79 quic

HTTP/3: removed h3scf->quic leftover after 0d2b2664b41c.
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 12 Apr 2021 12:30:30 +0300
parents c0cd180308e4
children 7f95010f10b7
files src/http/v3/ngx_http_v3.h
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;