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 83e9fbb commit 996412dCopy full SHA for 996412d
config
@@ -40,7 +40,7 @@ if [ ! -z "$HTTP_POSTPONE" ]; then
40
fi
41
42
# This module depends upon the postpone filter being activated
43
- if [ $HTTP_POSTPONE != YES ]; then
+ if [ "$HTTP_POSTPONE" != YES ]; then
44
HTTP_FILTER_MODULES="$HTTP_FILTER_MODULES $HTTP_POSTPONE_FILTER_MODULE"
45
HTTP_SRCS="$HTTP_SRCS $HTTP_POSTPONE_FILTER_SRCS"
46
HTTP_POSTPONE=YES
0 commit comments