view config @ 3:53cbdb610633 default tip

Fixed error handling. Request body filters are not allowed to return NGX_ERROR, they are expected to use NGX_HTTP_* errors, notably NGX_HTTP_INTERNAL_SERVER_ERROR.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 26 Aug 2021 04:46:49 +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"