diff src/http/v3/ngx_http_v3.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 0981329169ea
line wrap: on
line diff
--- a/src/http/v3/ngx_http_v3.h
+++ b/src/http/v3/ngx_http_v3.h
@@ -127,7 +127,7 @@ typedef struct {
 } ngx_http_v3_dynamic_table_t;
 
 
-struct ngx_http_v3_connection_s {
+struct ngx_http_v3_session_s {
     ngx_http_v3_dynamic_table_t   table;
 
     ngx_event_t                   keepalive;