comparison src/http/ngx_http_core_module.c @ 3064:23e6f26fb4bd

*) ngx_http_ephemeral *) use preallocated terminal_posted_request
author Igor Sysoev <igor@sysoev.ru>
date Sun, 30 Aug 2009 09:47:11 +0000
parents 0d253659da12
children 113cd532b328
comparison
equal deleted inserted replaced
3063:6f6d7ea70805 3064:23e6f26fb4bd
2137 r->main->subrequests++; 2137 r->main->subrequests++;
2138 r->main->count++; 2138 r->main->count++;
2139 2139
2140 *psr = sr; 2140 *psr = sr;
2141 2141
2142 return ngx_http_post_request(sr); 2142 return ngx_http_post_request(sr, NULL);
2143 } 2143 }
2144 2144
2145 2145
2146 ngx_int_t 2146 ngx_int_t
2147 ngx_http_internal_redirect(ngx_http_request_t *r, 2147 ngx_http_internal_redirect(ngx_http_request_t *r,