comparison src/http/ngx_http_request.c @ 2262:c31f46332e80

fix the previous commit
author Igor Sysoev <igor@sysoev.ru>
date Mon, 29 Sep 2008 04:46:21 +0000
parents 07bf557a2e40
children 440e8bfbc57e
comparison
equal deleted inserted replaced
2261:07bf557a2e40 2262:c31f46332e80
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 pr->write_event_handler(pr); 1826 pr->write_event_handler(pr);
1827 } 1827 }
1828
1829 return;
1828 } 1830 }
1829 1831
1830 if (clcf->log_subrequest) { 1832 if (clcf->log_subrequest) {
1831 ngx_http_log_request(r); 1833 ngx_http_log_request(r);
1832 } 1834 }