diff options
author | Sergey Kandaurov <pluknet@nginx.com> | 2021-04-12 12:30:30 +0300 |
---|---|---|
committer | Sergey Kandaurov <pluknet@nginx.com> | 2021-04-12 12:30:30 +0300 |
commit | 8ba7adf037cc32300e19034e371a7add5222e47e (patch) | |
tree | 801f6bf4f876967d8836599197e13ad5a1bd7f1e /src | |
parent | b61176b9f7e8c8649e14cbb8532de6e3cf560f63 (diff) | |
download | nginx-8ba7adf037cc32300e19034e371a7add5222e47e.tar.gz nginx-8ba7adf037cc32300e19034e371a7add5222e47e.zip |
HTTP/3: removed h3scf->quic leftover after 0d2b2664b41c.
Diffstat (limited to 'src')
-rw-r--r-- | src/http/v3/ngx_http_v3.h | 1 |
1 files changed, 0 insertions, 1 deletions
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; |