summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Fritsch <sf@apache.org>2011-09-13 20:39:44 +0000
committerStefan Fritsch <sf@apache.org>2011-09-13 20:39:44 +0000
commit6ee93628fd1c2d05c2eef43483fd3baa88a288fe (patch)
tree0d55a0713c9ab56f280f5a812ef5c626cef99c15
parent54fbfc82ade47df2f9c6b5d8d59522bbeac22d7d (diff)
downloadhttpd-6ee93628fd1c2d05c2eef43483fd3baa88a288fe.tar.gz
mention mod_deflate optimization; ap_expr is based on mod_ssl
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1170338 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--docs/manual/new_features_2_4.xml2
-rw-r--r--docs/manual/upgrading.xml6
2 files changed, 6 insertions, 2 deletions
diff --git a/docs/manual/new_features_2_4.xml b/docs/manual/new_features_2_4.xml
index ebf1b37fd4..352273f85a 100644
--- a/docs/manual/new_features_2_4.xml
+++ b/docs/manual/new_features_2_4.xml
@@ -249,7 +249,7 @@
<dd>We now have a general-purpose expression parser, whose API is
exposed in <var>ap_expr.h</var>. This is adapted from the
expression parser previously implemented in
- <module>mod_include</module>.</dd>
+ <module>mod_ssl</module>.</dd>
<dt>Authorization Logic Containers</dt>
diff --git a/docs/manual/upgrading.xml b/docs/manual/upgrading.xml
index 56ab731a00..c503ddda1d 100644
--- a/docs/manual/upgrading.xml
+++ b/docs/manual/upgrading.xml
@@ -281,8 +281,12 @@
warning. Any address/port combination appearing in multiple
virtual hosts is implicitly treated as a name-based virtual host.
</li>
+
+ <li><module>mod_deflate</module> will now skip compression if it knows
+ that the size overhead added by the compression is larger than the data
+ to be compressed.
+ </li>
</ul>
-
</section>