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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/http/ngx_http_request.h b/src/http/ngx_http_request.h
index 2a28a67b0..3b62d58e7 100644
--- a/src/http/ngx_http_request.h
+++ b/src/http/ngx_http_request.h
@@ -144,8 +144,6 @@ typedef struct {
} ngx_http_headers_out_t;
-typedef struct ngx_http_request_s ngx_http_request_t;
-
typedef int (*ngx_http_handler_pt)(ngx_http_request_t *r);
struct ngx_http_request_s {
@@ -156,6 +154,8 @@ struct ngx_http_request_s {
void **srv_conf;
void **loc_conf;
+ ngx_http_cache_t *cache;
+
ngx_file_t file;
ngx_pool_t *pool;