comparison ngx_http_compose_filter_module.c @ 4:37c6f2e0f278

Allow ranges and use new late_ranges functionality.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 21 Jul 2008 05:18:15 +0400
parents ed63d0bd4d14
children fc206607251c
comparison
equal deleted inserted replaced
3:4d9427b61191 4:37c6f2e0f278
209 } 209 }
210 210
211 211
212 ngx_http_set_ctx(r, ctx, ngx_http_compose_filter_module); 212 ngx_http_set_ctx(r, ctx, ngx_http_compose_filter_module);
213 213
214 r->allow_ranges = 1;
215 r->late_ranges = 1;
216
214 return ngx_http_next_header_filter(r); 217 return ngx_http_next_header_filter(r);
215 } 218 }
216 219
217 220
218 static ngx_int_t 221 static ngx_int_t