commit | ddda411d146607ec6cd61fcbb3fff95340a28df2 | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Sun Aug 30 09:47:11 2009 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Sun Aug 30 09:47:11 2009 +0000 |
tree | e5f20c9cb3103abd0d297b3be1cccff61349028d | |
parent | 8c491a77bc297906fb76d4c661547161a0a425be [diff] [blame] |
*) ngx_http_ephemeral *) use preallocated terminal_posted_request
diff --git a/src/http/ngx_http_core_module.c b/src/http/ngx_http_core_module.c index b9eb060..cd2d774 100644 --- a/src/http/ngx_http_core_module.c +++ b/src/http/ngx_http_core_module.c
@@ -2139,7 +2139,7 @@ *psr = sr; - return ngx_http_post_request(sr); + return ngx_http_post_request(sr, NULL); }