mirror of
https://github.com/nginx/nginx.git
synced 2025-07-21 19:56:23 +08:00
r1979 merge:
reset looked at match
This commit is contained in:
parent
24488a2a5a
commit
3dacca87f8
@ -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