summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Kotkov <kotkov@apache.org>2017-04-10 15:19:19 +0000
committerEvgeny Kotkov <kotkov@apache.org>2017-04-10 15:19:19 +0000
commit19b6640be2ec1e331b1d676ad1416f32dc5bb34f (patch)
tree7447eec1e70235266159ea2502cd569bd54e8e2c
parent48b56e9e35cb9b838d5a4971109bbccf4cc039c0 (diff)
downloadhttpd-19b6640be2ec1e331b1d676ad1416f32dc5bb34f.tar.gz
mod_brotli: Fix a minor typo in the description of BrotliAlterETag
that has been referring to httpd 2.2.x. There's no mod_brotli in 2.2.x. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1790853 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--modules/filters/mod_brotli.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/filters/mod_brotli.c b/modules/filters/mod_brotli.c
index 1302a25b6d..dedcdf367b 100644
--- a/modules/filters/mod_brotli.c
+++ b/modules/filters/mod_brotli.c
@@ -573,7 +573,7 @@ static const command_rec cmds[] = {
AP_INIT_TAKE1("BrotliAlterETag", set_etag_mode,
NULL, RSRC_CONF,
"Set how mod_brotli should modify ETag response headers: "
- "'AddSuffix' (default), 'NoChange' (2.2.x behavior), 'Remove'"),
+ "'AddSuffix' (default), 'NoChange', 'Remove'"),
{NULL}
};