fix building without HTTP cache, the bug had been introduced in r3461
Igor Sysoev
12 years ago
1100 | 1100 | ngx_table_elt_t *h; |
1101 | 1101 | ngx_http_upstream_t *u; |
1102 | 1102 | ngx_http_fastcgi_ctx_t *f; |
1103 | ngx_http_fastcgi_header_t *fh; | |
1104 | 1103 | ngx_http_upstream_header_t *hh; |
1105 | 1104 | ngx_http_fastcgi_loc_conf_t *flcf; |
1106 | 1105 | ngx_http_fastcgi_split_part_t *part; |
1254 | 1253 | #if (NGX_HTTP_CACHE) |
1255 | 1254 | |
1256 | 1255 | if (f->large_stderr && r->cache) { |
1257 | u_char *start; | |
1258 | ssize_t len; | |
1256 | u_char *start; | |
1257 | ssize_t len; | |
1258 | ngx_http_fastcgi_header_t *fh; | |
1259 | 1259 | |
1260 | 1260 | start = u->buffer.start + r->cache->header_start; |
1261 | 1261 |