delete unneeded call

This commit is contained in:
Igor Sysoev 2008-12-09 16:49:52 +00:00
parent d30d8a3931
commit f8ffc2eb59

View File

@ -1883,8 +1883,6 @@ ngx_http_finalize_request(ngx_http_request_t *r, ngx_int_t rc)
"http wake parent request: \"%V?%V\"",
&pr->uri, &pr->args);
ngx_http_run_posted_requests(c);
return;
}