comparison src/http/ngx_http_request.c @ 2264:440e8bfbc57e

update log_subrequest
author Igor Sysoev <igor@sysoev.ru>
date Mon, 29 Sep 2008 07:12:04 +0000
parents c31f46332e80
children 763c89919807
comparison
equal deleted inserted replaced
2263:41b51261b726 2264:440e8bfbc57e
1821 if (rc != NGX_AGAIN) { 1821 if (rc != NGX_AGAIN) {
1822 ngx_log_debug2(NGX_LOG_DEBUG_HTTP, c->log, 0, 1822 ngx_log_debug2(NGX_LOG_DEBUG_HTTP, c->log, 0,
1823 "http wake parent request: \"%V?%V\"", 1823 "http wake parent request: \"%V?%V\"",
1824 &pr->uri, &pr->args); 1824 &pr->uri, &pr->args);
1825 1825
1826 if (clcf->log_subrequest) {
1827 ngx_http_log_request(r);
1828 }
1829
1826 pr->write_event_handler(pr); 1830 pr->write_event_handler(pr);
1827 } 1831 }
1828 1832
1829 return; 1833 return;
1830 } 1834 }