Latest update - 7427

This commit is contained in:
2018-12-12 12:53:04 +09:00
parent a8295ca677
commit 7ebc14b89c
3 changed files with 15 additions and 1 deletions
+8
View File
@@ -2400,6 +2400,14 @@ ngx_http_subrequest(ngx_http_request_t *r,
sr->phase_handler = r->phase_handler;
sr->write_event_handler = ngx_http_core_run_phases;
#if (NGX_PCRE)
sr->ncaptures = r->ncaptures;
sr->captures = r->captures;
sr->captures_data = r->captures_data;
sr->realloc_captures = 1;
r->realloc_captures = 1;
#endif
ngx_http_update_location_config(sr);
}