mirror of
https://github.com/nginx/nginx.git
synced 2025-06-10 03:22:48 +08:00
Merge 354870a502
into 6a134dfd48
This commit is contained in:
commit
e1b50df90d
@ -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