Module: sip-router Branch: master Commit: 3c65fd74f2473e857996ae1abf2d8fb8dcfaaaab URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3c65fd74...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: Mon Sep 23 18:50:14 2013 +0200
gzcompress: readme updated to reflect default encoding value to deflate
---
modules/gzcompress/README | 6 +++--- modules/gzcompress/doc/gzcompress_admin.xml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/modules/gzcompress/README b/modules/gzcompress/README index c1cc720..c3c8e6e 100644 --- a/modules/gzcompress/README +++ b/modules/gzcompress/README @@ -93,7 +93,7 @@ Chapter 1. Admin Guide
An use case can be when having peering traffic between two Kamailio servers. Before relaying to the other Kamailio, use in config file: - append_hf("Content-Encoding: gzip\r\n"). + append_hf("Content-Encoding: deflate\r\n").
2. Dependencies
@@ -134,11 +134,11 @@ modparam("gzcompress", "header_name", "Encoded") Name of the header that indicates compression or decompression has to be done.
- Default value is "gzip". + Default value is "deflate".
Example 1.2. Set header_value parameter ... -modparam("gzcompress", "header_value", "tgz") +modparam("gzcompress", "header_value", "gzip") ...
3.3. sanity_checks (integer) diff --git a/modules/gzcompress/doc/gzcompress_admin.xml b/modules/gzcompress/doc/gzcompress_admin.xml index 61d3633..f7a91b0 100644 --- a/modules/gzcompress/doc/gzcompress_admin.xml +++ b/modules/gzcompress/doc/gzcompress_admin.xml @@ -54,7 +54,7 @@ <para> An use case can be when having peering traffic between two Kamailio servers. Before relaying to the other Kamailio, use - in config file: append_hf("Content-Encoding: gzip\r\n"). + in config file: append_hf("Content-Encoding: deflate\r\n"). </para> </section> <section> @@ -117,14 +117,14 @@ modparam("gzcompress", "header_name", "Encoded") </para> <para> <emphasis> - Default value is "gzip". + Default value is "deflate". </emphasis> </para> <example> <title>Set <varname>header_value</varname> parameter</title> <programlisting format="linespecific"> ... -modparam("gzcompress", "header_value", "tgz") +modparam("gzcompress", "header_value", "gzip") ... </programlisting> </example>