mirror of
https://github.com/nginx/nginx.git
synced 2025-07-26 07:06:55 +08:00
reset looked at match
This commit is contained in:
parent
396abff226
commit
175d9a277e
@ -590,7 +590,7 @@ ngx_http_sub_parse(ngx_http_request_t *r, ngx_http_sub_ctx_t *ctx)
|
|||||||
|
|
||||||
ctx->state = sub_start_state;
|
ctx->state = sub_start_state;
|
||||||
ctx->pos = p + 1;
|
ctx->pos = p + 1;
|
||||||
ctx->looked = looked;
|
ctx->looked = 0;
|
||||||
ctx->copy_end = copy_end;
|
ctx->copy_end = copy_end;
|
||||||
|
|
||||||
if (ctx->copy_start == NULL && copy_end) {
|
if (ctx->copy_start == NULL && copy_end) {
|
||||||
|
Loading…
Reference in New Issue
Block a user