comparison src/http/ngx_http_postpone_filter_module.c @ 2295:173900227c06

fix r2067
author Igor Sysoev <igor@sysoev.ru>
date Mon, 10 Nov 2008 15:25:11 +0000
parents 2bb4441a8c28
children 87b8c44906b5
comparison
equal deleted inserted replaced
2294:ce574b0ffeec 2295:173900227c06
214 } 214 }
215 215
216 r->postponed = r->postponed->next; 216 r->postponed = r->postponed->next;
217 } 217 }
218 218
219 if (r->out) { 219 if (r != r->main && r->out) {
220 ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0, 220 ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
221 "http postpone filter out again \"%V?%V\"", 221 "http postpone filter out again \"%V?%V\"",
222 &r->uri, &r->args); 222 &r->uri, &r->args);
223 223
224 r->connection->data = r; 224 r->connection->data = r;