view config @ 16:28f882414188 0.2

Keepalive: better fastcgi testing. With previous fastcgi keepalive patches minimal number of bytes that should be fed to input filter (pipe->length) wasn't always set correctly. Try harder to catch this. Reported by: Denis F. Latypoff
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 23 Apr 2009 05:33:03 +0400
parents 725ee11164f3
children
line wrap: on
line source

ngx_addon_name="ngx_http_upstream_keepalive_module"

HTTP_MODULES="$HTTP_MODULES \
	ngx_http_upstream_keepalive_module"

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