view config @ 2:b049c3a0543e

Simplified for the code without buffered counter. The only new flag which needs to be set is rb->filter_need_buffering, which is mostly needed for HTTP/2, where it is not possible to delay request body processing when flow control is not used.
author Maxim Dounin <mdounin@mdounin.ru>
date Wed, 25 Aug 2021 19:36:57 +0300
parents a386f95c5ae9
children
line wrap: on
line source

# (C) Maxim Dounin
# Configuration for ngx_http_delay_body_filter_module.

ngx_addon_name="ngx_http_delay_body_filter_module"

HTTP_MODULES="$HTTP_MODULES \
		ngx_http_delay_body_filter_module"

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