mirror of
https://github.com/nginx/nginx.git
synced 2024-11-27 23:49:00 +08:00
update log_subrequest
This commit is contained in:
parent
4ca2acfce0
commit
5d1dcce2c5
@ -1823,6 +1823,10 @@ ngx_http_finalize_request(ngx_http_request_t *r, ngx_int_t rc)
|
||||
"http wake parent request: \"%V?%V\"",
|
||||
&pr->uri, &pr->args);
|
||||
|
||||
if (clcf->log_subrequest) {
|
||||
ngx_http_log_request(r);
|
||||
}
|
||||
|
||||
pr->write_event_handler(pr);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user