diff options
author | Igor Sysoev <igor@sysoev.ru> | 2009-08-30 09:47:11 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2009-08-30 09:47:11 +0000 |
commit | ddda411d146607ec6cd61fcbb3fff95340a28df2 (patch) | |
tree | e5f20c9cb3103abd0d297b3be1cccff61349028d /src/http/ngx_http_core_module.c | |
parent | 8c491a77bc297906fb76d4c661547161a0a425be (diff) | |
download | nginx-ddda411d146607ec6cd61fcbb3fff95340a28df2.tar.gz nginx-ddda411d146607ec6cd61fcbb3fff95340a28df2.zip |
*) ngx_http_ephemeral
*) use preallocated terminal_posted_request
Diffstat (limited to 'src/http/ngx_http_core_module.c')
-rw-r--r-- | src/http/ngx_http_core_module.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http_core_module.c b/src/http/ngx_http_core_module.c index b9eb0608c..cd2d774e3 100644 --- a/src/http/ngx_http_core_module.c +++ b/src/http/ngx_http_core_module.c @@ -2139,7 +2139,7 @@ ngx_http_subrequest(ngx_http_request_t *r, *psr = sr; - return ngx_http_post_request(sr); + return ngx_http_post_request(sr, NULL); } |