diff 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
line wrap: on
line diff
--- a/src/http/ngx_http_request.h
+++ b/src/http/ngx_http_request.h
@@ -319,7 +319,7 @@ typedef struct {
 #endif
 
 #if (NGX_HTTP_V3 || NGX_COMPAT)
-    ngx_http_v3_connection_t         *v3_session;
+    ngx_http_v3_session_t            *v3_session;
 #endif
 
     ngx_chain_t                      *busy;