comparison src/http/ngx_http_postpone_filter_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 87b8c44906b5
children d620f497c50f
comparison
equal deleted inserted replaced
3063:6f6d7ea70805 3064:23e6f26fb4bd
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",