The removed ternary does the same as the following macro
call to AP_CORE_MERGE_FLAG.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1929201 13f79535-47bb-0310-9956-
ffa450edef68
? virt->flush_max_pipelined
: base->flush_max_pipelined;
- conf->strict_host_check = (virt->strict_host_check != AP_CORE_CONFIG_UNSET)
- ? virt->strict_host_check
- : base->strict_host_check;
-
AP_CORE_MERGE_FLAG(strict_host_check, conf, base, virt);
AP_CORE_MERGE_FLAG(merge_slashes, conf, base, virt);