aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_request.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/http/ngx_http_request.h')
-rw-r--r--src/http/ngx_http_request.h2
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;