Commit ad707cbb authored by Evgeny Kotkov's avatar Evgeny Kotkov
Browse files

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
parent 62708493
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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}
};