comparison src/http/ngx_http_postpone_filter_module.c @ 520:d41628eb4d0a NGINX_0_8_12

nginx 0.8.12 *) Feature: the "sendfile" parameter in the "aio" directive on FreeBSD. *) Bugfix: in try_files; the bug had appeared in 0.8.11. *) Bugfix: in memcached; the bug had appeared in 0.8.11.
author Igor Sysoev <http://sysoev.ru>
date Mon, 31 Aug 2009 00:00:00 +0400
parents e7dbea1ee115
children d0f7a625f27c
comparison
equal deleted inserted replaced
519:1fd1b769cd78 520:d41628eb4d0a
100 100
101 r->postponed = pr->next; 101 r->postponed = pr->next;
102 102
103 c->data = pr->request; 103 c->data = pr->request;
104 104
105 return ngx_http_post_request(pr->request); 105 return ngx_http_post_request(pr->request, NULL);
106 } 106 }
107 107
108 if (pr->out == NULL) { 108 if (pr->out == NULL) {
109 ngx_log_error(NGX_LOG_ALERT, c->log, 0, 109 ngx_log_error(NGX_LOG_ALERT, c->log, 0,
110 "http postpone filter NULL output", 110 "http postpone filter NULL output",