comparison auto/sources @ 391:1d9bef53cd8e

Range filter: late_ranges functionality. Add one more filtering point after postpone filter. This allows to serve range capable replies with subrequests. It's not as efficient as range filtering for static data (i.e. doesn't save us from reading data from disk if some filter needs them in memory), but it may save some network bandwidth for us and for our users.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 21 Jul 2008 05:33:01 +0400
parents 820f6378fc00
children 77df96611112
comparison
equal deleted inserted replaced
390:a5f67d82aea3 391:1d9bef53cd8e
262 HTTP_CHUNKED_FILTER_MODULE=ngx_http_chunked_filter_module 262 HTTP_CHUNKED_FILTER_MODULE=ngx_http_chunked_filter_module
263 HTTP_HEADERS_FILTER_MODULE=ngx_http_headers_filter_module 263 HTTP_HEADERS_FILTER_MODULE=ngx_http_headers_filter_module
264 264
265 HTTP_RANGE_HEADER_FILTER_MODULE=ngx_http_range_header_filter_module 265 HTTP_RANGE_HEADER_FILTER_MODULE=ngx_http_range_header_filter_module
266 HTTP_RANGE_BODY_FILTER_MODULE=ngx_http_range_body_filter_module 266 HTTP_RANGE_BODY_FILTER_MODULE=ngx_http_range_body_filter_module
267 HTTP_RANGE_LATE_FILTER_MODULE=ngx_http_range_late_filter_module
267 268
268 HTTP_NOT_MODIFIED_FILTER_MODULE=ngx_http_not_modified_filter_module 269 HTTP_NOT_MODIFIED_FILTER_MODULE=ngx_http_not_modified_filter_module
269 270
270 HTTP_STATIC_MODULE=ngx_http_static_module 271 HTTP_STATIC_MODULE=ngx_http_static_module
271 HTTP_INDEX_MODULE=ngx_http_index_module 272 HTTP_INDEX_MODULE=ngx_http_index_module