diff options
author | Roman Arutyunyan <arut@nginx.com> | 2021-05-05 12:54:10 +0300 |
---|---|---|
committer | Roman Arutyunyan <arut@nginx.com> | 2021-05-05 12:54:10 +0300 |
commit | 0ea300d35eb066631a21b2042cfe9cd2ea94b15f (patch) | |
tree | 84c33b218057d03da197e14c5b0916cac74c01f2 /src/http/ngx_http_request.h | |
parent | 38773a3c1130d34715f1cce24527a10258447354 (diff) | |
download | nginx-0ea300d35eb066631a21b2042cfe9cd2ea94b15f.tar.gz nginx-0ea300d35eb066631a21b2042cfe9cd2ea94b15f.zip |
HTTP/3: renamed ngx_http_v3_connection_t to ngx_http_v3_session_t.
Diffstat (limited to 'src/http/ngx_http_request.h')
-rw-r--r-- | src/http/ngx_http_request.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http_request.h b/src/http/ngx_http_request.h index 01ae716fe..60ef4fec1 100644 --- 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; |