comparison src/http/modules/ngx_http_ssi_filter_module.c @ 254:f3ec44f4a53b NGINX_0_4_12

nginx 0.4.12 *) Feature: the ngx_http_perl_module supports the $r->variable method. *) Bugfix: if a big static file was included using SSI in a response, then the response may be transferred incomplete. *) Bugfix: nginx did not omit the "#fragment" part in URI.
author Igor Sysoev <http://sysoev.ru>
date Tue, 31 Oct 2006 00:00:00 +0300
parents fbf2b2f66c9f
children 052a7b1d40e5
comparison
equal deleted inserted replaced
253:b75231e1a353 254:f3ec44f4a53b
971 cl->next = ctx->free; 971 cl->next = ctx->free;
972 ctx->free = cl; 972 ctx->free = cl;
973 } 973 }
974 } 974 }
975 975
976 if (ctx->in || ctx->buf) {
977 r->buffered |= NGX_HTTP_SSI_BUFFERED;
978
979 } else {
980 r->buffered &= ~NGX_HTTP_SSI_BUFFERED;
981 }
982
976 return rc; 983 return rc;
977 } 984 }
978 985
979 986
980 static ngx_int_t 987 static ngx_int_t