comparison src/http/ngx_http_postpone_filter_module.c @ 386:1878e9c00f22 NGINX_0_6_37

nginx 0.6.37 *) Feature: Microsoft specific "AUTH LOGIN with User Name" mode support in mail proxy server. Thanks to Maxim Dounin. *) Bugfix: nginx could not be built on platforms different from i386, amd64, sparc, and ppc; the bug had appeared in 0.6.36.
author Igor Sysoev <http://sysoev.ru>
date Mon, 18 May 2009 00:00:00 +0400
parents d13234035cad
children
comparison
equal deleted inserted replaced
385:842321c9fc84 386:1878e9c00f22
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;