mirror of
https://github.com/nginx/nginx.git
synced 2025-07-20 19:27:29 +08:00
Merge 354870a502
into c52c5698cd
This commit is contained in:
commit
951dd0c8e7
@ -174,6 +174,7 @@ ngx_http_rewrite_handler(ngx_http_request_t *r)
|
|||||||
e->quote = 1;
|
e->quote = 1;
|
||||||
e->log = rlcf->log;
|
e->log = rlcf->log;
|
||||||
e->status = NGX_DECLINED;
|
e->status = NGX_DECLINED;
|
||||||
|
e->flushed = 1;
|
||||||
|
|
||||||
while (*(uintptr_t *) e->ip) {
|
while (*(uintptr_t *) e->ip) {
|
||||||
code = *(ngx_http_script_code_pt *) e->ip;
|
code = *(ngx_http_script_code_pt *) e->ip;
|
||||||
|
Loading…
Reference in New Issue
Block a user