mirror of
https://github.com/nginx/nginx.git
synced 2025-06-13 06:12:44 +08:00
fix the previous commit
This commit is contained in:
parent
ad0b9303d0
commit
3adecaf121
@ -454,6 +454,8 @@ ngx_http_filter_finalize_request(ngx_http_request_t *r, ngx_module_t *m,
|
|||||||
|
|
||||||
ngx_http_clean_header(r);
|
ngx_http_clean_header(r);
|
||||||
|
|
||||||
|
ctx = NULL;
|
||||||
|
|
||||||
if (m) {
|
if (m) {
|
||||||
ctx = r->ctx[m->ctx_index];
|
ctx = r->ctx[m->ctx_index];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user