comparison src/http/ngx_http_request.h @ 8770: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 6674a50cbb6c
comparison
equal deleted inserted replaced
8769:9ec3e71f8a61 8770:67f0eb150047
317 ngx_http_regex_t *ssl_servername_regex; 317 ngx_http_regex_t *ssl_servername_regex;
318 #endif 318 #endif
319 #endif 319 #endif
320 320
321 #if (NGX_HTTP_V3 || NGX_COMPAT) 321 #if (NGX_HTTP_V3 || NGX_COMPAT)
322 ngx_http_v3_connection_t *v3_session; 322 ngx_http_v3_session_t *v3_session;
323 #endif 323 #endif
324 324
325 ngx_chain_t *busy; 325 ngx_chain_t *busy;
326 ngx_int_t nbusy; 326 ngx_int_t nbusy;
327 327