comparison src/http/v3/ngx_http_v3.h @ 8430:67f0eb150047 quic

HTTP/3: renamed ngx_http_v3_connection_t to ngx_http_v3_session_t.
author Roman Arutyunyan <arut@nginx.com>
date Wed, 05 May 2021 12:54:10 +0300
parents 9ec3e71f8a61
children 0981329169ea
comparison
equal deleted inserted replaced
8429:9ec3e71f8a61 8430:67f0eb150047
125 size_t size; 125 size_t size;
126 size_t capacity; 126 size_t capacity;
127 } ngx_http_v3_dynamic_table_t; 127 } ngx_http_v3_dynamic_table_t;
128 128
129 129
130 struct ngx_http_v3_connection_s { 130 struct ngx_http_v3_session_s {
131 ngx_http_v3_dynamic_table_t table; 131 ngx_http_v3_dynamic_table_t table;
132 132
133 ngx_event_t keepalive; 133 ngx_event_t keepalive;
134 ngx_uint_t nrequests; 134 ngx_uint_t nrequests;
135 135