The official NGINX Open Source repository.
Go to file
Roman Arutyunyan 746fba0d79 Copy regex unnamed captures to cloned subrequests.
Previously, unnamed regex captures matched in the parent request, were not
available in a cloned subrequest.  Now 3 fields related to unnamed captures
are copied to a cloned subrequest: r->ncaptures, r->captures and
r->captures_data.  Since r->captures cannot be changed by either request after
creating a clone, a new flag r->realloc_captures is introduced to force
reallocation of r->captures.

The issue was reported as a proxy_cache_background_update misbehavior in
http://mailman.nginx.org/pipermail/nginx/2018-December/057251.html.
2018-12-11 13:09:00 +03:00
auto Configure: fixed compiler warnings with "-Wall -Wextra". 2018-07-24 18:46:54 +03:00
conf MIME: added font/woff2 type (ticket #1243). 2018-06-15 17:29:55 +03:00
contrib Contrib: vim syntax, update core and 3rd party module directives. 2018-03-18 11:11:14 +02:00
docs nginx-1.15.7-RELEASE 2018-11-27 17:40:20 +03:00
misc Updated OpenSSL used for win32 builds. 2018-11-27 17:02:56 +03:00
src Copy regex unnamed captures to cloned subrequests. 2018-12-11 13:09:00 +03:00
.hgtags release-1.15.7 tag 2018-11-27 17:40:21 +03:00