We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daaa062 commit c196c26Copy full SHA for c196c26
config
@@ -29,7 +29,7 @@ if [ ! -z "$HTTP_POSTPONE" ]; then
29
fi
30
31
# This module depends upon the postpone filter being activated
32
- if [ $HTTP_POSTPONE != YES ]; then
+ if [ "$HTTP_POSTPONE" != YES ]; then
33
HTTP_FILTER_MODULES="$HTTP_FILTER_MODULES $HTTP_POSTPONE_FILTER_MODULE"
34
HTTP_SRCS="$HTTP_SRCS $HTTP_POSTPONE_FILTER_SRCS"
35
HTTP_POSTPONE=YES
0 commit comments