From d0beb7f1efa2a351518a11d045c7af3c40c38b58 Mon Sep 17 00:00:00 2001 From: "Yichun Zhang (agentzh)" Date: Thu, 21 Apr 2016 15:41:48 -0700 Subject: [PATCH] bugfix: config: avoids duplicate inclusion of the http_postpone module. --- config | 1 + 1 file changed, 1 insertion(+) diff --git a/config b/config index 670cff4..32b54bf 100644 --- a/config +++ b/config @@ -41,6 +41,7 @@ fi if [ $HTTP_POSTPONE != YES ]; then HTTP_FILTER_MODULES="$HTTP_FILTER_MODULES $HTTP_POSTPONE_FILTER_MODULE" HTTP_SRCS="$HTTP_SRCS $HTTP_POSTPONE_FILTER_SRCS" + HTTP_POSTPONE=YES fi if test -n "$ngx_module_link"; then