mirror of
https://github.com/nginx/nginx.git
synced 2025-01-19 01:42:58 +08:00
named captures worked for two names only
This commit is contained in:
parent
089b2fd31e
commit
e4bc4a2940
@ -1743,7 +1743,7 @@ ngx_http_regex_compile(ngx_conf_t *cf, ngx_regex_compile_t *rc)
|
||||
|
||||
v->get_handler = ngx_http_variable_not_found;
|
||||
|
||||
p += i + size;
|
||||
p += size;
|
||||
}
|
||||
|
||||
return re;
|
||||
|
Loading…
Reference in New Issue
Block a user