From: Jim Jagielski
Date: Thu, 13 Apr 2017 12:20:15 +0000 (+0000)
Subject: location of brotli lib
X-Git-Tag: 2.5.0-alpha~475
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=528eecb8c40a8b079015246794d8ec9d8f46a104;p=apache
location of brotli lib
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1791234 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_brotli.xml b/docs/manual/mod/mod_brotli.xml
index 66e9cdfb85..dcf0c013ce 100644
--- a/docs/manual/mod/mod_brotli.xml
+++ b/docs/manual/mod/mod_brotli.xml
@@ -28,12 +28,13 @@ client
Extension
mod_brotli.c
brotli_module
-
+Available in version 2.4.26 and later.
The mod_brotli module provides
the BROTLI_COMPRESS
output filter that allows output from
your server to be compressed using the brotli compression format before being sent to the client over
- the network.
+ the network. This module uses the Brotli library found at
+ https://github.com/google/brotli.
Filters