This commit is contained in:
Thomas P. 2025-05-23 18:23:13 +02:00 committed by GitHub
commit e1b50df90d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -174,6 +174,7 @@ ngx_http_rewrite_handler(ngx_http_request_t *r)
e->quote = 1;
e->log = rlcf->log;
e->status = NGX_DECLINED;
e->flushed = 1;
while (*(uintptr_t *) e->ip) {
code = *(ngx_http_script_code_pt *) e->ip;