aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2008-12-09 16:49:52 +0000
committerIgor Sysoev <igor@sysoev.ru>2008-12-09 16:49:52 +0000
commitf8ffc2eb598dbcf9354ff957bd2d558459427ffa (patch)
treec208c7bdf4c7ad2f25b72ca70b984f60fe267dac /src
parentd30d8a3931cb7edec33da5a049ae25197c3f6e1c (diff)
downloadnginx-f8ffc2eb598dbcf9354ff957bd2d558459427ffa.tar.gz
nginx-f8ffc2eb598dbcf9354ff957bd2d558459427ffa.zip
delete unneeded call
Diffstat (limited to 'src')
-rw-r--r--src/http/ngx_http_request.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/http/ngx_http_request.c b/src/http/ngx_http_request.c
index 2faa79195..1e39ec36e 100644
--- a/src/http/ngx_http_request.c
+++ b/src/http/ngx_http_request.c
@@ -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;
}