diff options
Diffstat (limited to 'include/http_core.h')
-rw-r--r-- | include/http_core.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/http_core.h b/include/http_core.h index f124f219..0b96cca5 100644 --- a/include/http_core.h +++ b/include/http_core.h @@ -568,6 +568,8 @@ typedef struct { #define USE_CANONICAL_PHYS_PORT_UNSET (2) unsigned use_canonical_phys_port : 2; + + unsigned int decode_encoded_slashes : 1; /* whether to decode encoded slashes in URLs */ } core_dir_config; /* Per-server core configuration */ |