]> granicus.if.org Git - apache/commitdiff
mod_brotli: Fix a minor typo in the description of BrotliAlterETag
authorEvgeny Kotkov <kotkov@apache.org>
Mon, 10 Apr 2017 15:19:19 +0000 (15:19 +0000)
committerEvgeny Kotkov <kotkov@apache.org>
Mon, 10 Apr 2017 15:19:19 +0000 (15:19 +0000)
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

index 1302a25b6d846c5bacffdf9a68fece441265e6f3..dedcdf367ba4840c1f0dea7e2b64af7fba5a52c9 100644 (file)
@@ -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}
 };