File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ typedef struct {
14
14
ngx_http_complex_value_t args ;
15
15
} ngx_http_srcache_request_t ;
16
16
17
+
17
18
typedef struct {
18
19
ngx_uint_t method ;
19
20
ngx_str_t method_name ;
@@ -23,6 +24,7 @@ typedef struct {
23
24
ssize_t content_length_n ;
24
25
} ngx_http_srcache_parsed_request_t ;
25
26
27
+
26
28
typedef struct {
27
29
ngx_http_srcache_request_t * fetch ;
28
30
ngx_http_srcache_request_t * store ;
@@ -31,15 +33,18 @@ typedef struct {
31
33
unsigned postponed_to_access_phase_end ;
32
34
} ngx_http_srcache_loc_conf_t ;
33
35
36
+
34
37
typedef struct {
35
38
unsigned postponed_to_access_phase_end ;
36
39
} ngx_http_srcache_main_conf_t ;
37
40
41
+
38
42
typedef struct ngx_http_srcache_ctx_s ngx_http_srcache_ctx_t ;
39
43
40
44
typedef struct ngx_http_srcache_postponed_request_s
41
45
ngx_http_srcache_postponed_request_t ;
42
46
47
+
43
48
struct ngx_http_srcache_ctx_s {
44
49
unsigned waiting_subrequest :1 ;
45
50
unsigned request_done :1 ;
@@ -63,6 +68,7 @@ struct ngx_http_srcache_ctx_s {
63
68
ngx_http_request_t * fetch_sr ;
64
69
};
65
70
71
+
66
72
struct ngx_http_srcache_postponed_request_s {
67
73
ngx_http_srcache_postponed_request_t * next ;
68
74
You can’t perform that action at this time.
0 commit comments