From 19b6640be2ec1e331b1d676ad1416f32dc5bb34f Mon Sep 17 00:00:00 2001 From: Evgeny Kotkov Date: Mon, 10 Apr 2017 15:19:19 +0000 Subject: [PATCH] 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 --- modules/filters/mod_brotli.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} }; -- 2.50.1