comparison src/http/modules/ngx_http_addition_filter_module.c @ 256:2e9c57a5e50a NGINX_0_4_13

nginx 0.4.13 *) Feature: the "proxy_pass" directive may be used inside the "limit_except" block. *) Feature: the "limit_except" directive supports all WebDAV methods. *) Bugfix: if the "add_before_body" directive was used without the "add_after_body" directive, then an response did not transferred complete. *) Bugfix: a large request body did not receive if the epoll method and the deferred accept() were used. *) Bugfix: a charset could not be set for ngx_http_autoindex_module responses; bug appeared in 0.3.50. *) Bugfix: the "[alert] zero size buf" error when FastCGI server was used; *) Bugfix: the --group= configuration parameter was ignored. Thanks to Thomas Moschny. *) Bugfix: the 50th subrequest in SSI response did not work; bug appeared in 0.3.50.
author Igor Sysoev <http://sysoev.ru>
date Wed, 15 Nov 2006 00:00:00 +0300
parents acd2ec3541cb
children 052a7b1d40e5
comparison
equal deleted inserted replaced
255:a13bad126e69 256:2e9c57a5e50a
150 return rc; 150 return rc;
151 } 151 }
152 } 152 }
153 } 153 }
154 154
155 if (conf->after_body.len == 0) {
156 ngx_http_set_ctx(r, NULL, ngx_http_addition_filter_module);
157 return ngx_http_next_body_filter(r, in);
158 }
159
155 last = 0; 160 last = 0;
156 161
157 for (cl = in; cl; cl = cl->next) { 162 for (cl = in; cl; cl = cl->next) {
158 if (cl->buf->last_buf) { 163 if (cl->buf->last_buf) {
159 cl->buf->last_buf = 0; 164 cl->buf->last_buf = 0;