view config @ 17:314242bda1c1

Correctly handle last ignored buffer again. If we ignore buffer marked as last_buf, make sure we pass out empty buffer marked as last_buf. The same problem was already fixed in rev. 48cdd1bfa48e, but only for optimized special case (last range and last buffer).
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 02 Feb 2009 19:54:12 +0300
parents 8aec31ab4d52
children b676808a49bc
line wrap: on
line source

# (C) Maxim Dounin
# Configuration for ngx_http_bytes_filter_module.

ngx_addon_name="ngx_http_bytes_filter_module"

HTTP_RANGE_BODY_FILTER_MODULE="$HTTP_RANGE_BODY_FILTER_MODULE \
		ngx_http_bytes_filter_module"

NGX_ADDON_SRCS="$NGX_ADDON_SRCS \
		$ngx_addon_dir/ngx_http_bytes_filter_module.c"