changeset 2472:4823370295e6

Removed invalid statement about keyval caseless match.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 19 Dec 2019 13:00:58 +0300
parents c8f0f30e1513
children c5f7a7843ecc
files xml/en/docs/http/ngx_http_keyval_module.xml xml/en/docs/stream/ngx_stream_keyval_module.xml
diffstat 2 files changed, 2 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_keyval_module.xml	Mon Dec 02 13:39:23 2019 +0300
+++ b/xml/en/docs/http/ngx_http_keyval_module.xml	Thu Dec 19 13:00:58 2019 +0300
@@ -9,7 +9,7 @@
 <module name="Module ngx_http_keyval_module"
         link="/en/docs/http/ngx_http_keyval_module.html"
         lang="en"
-        rev="8">
+        rev="9">
 
 <section id="summary">
 
@@ -70,7 +70,6 @@
 <para>
 Creates a new <value>$variable</value> whose value
 is looked up by the <value>key</value> in the key-value database.
-Strings are matched ignoring the case.
 Matching rules are defined by the
 <link id="keyval_type"><literal>type</literal></link> parameter of the
 <link id="keyval_zone"><literal>keyval_zone</literal></link> directive.
--- a/xml/en/docs/stream/ngx_stream_keyval_module.xml	Mon Dec 02 13:39:23 2019 +0300
+++ b/xml/en/docs/stream/ngx_stream_keyval_module.xml	Thu Dec 19 13:00:58 2019 +0300
@@ -9,7 +9,7 @@
 <module name="Module ngx_stream_keyval_module"
         link="/en/docs/stream/ngx_stream_keyval_module.html"
         lang="en"
-        rev="7">
+        rev="8">
 
 <section id="summary">
 
@@ -74,7 +74,6 @@
 <para>
 Creates a new <value>$variable</value> whose value
 is looked up by the <value>key</value> in the key-value database.
-Strings are matched ignoring the case.
 Matching rules are defined by the
 <link id="keyval_type"><literal>type</literal></link> parameter of the
 <link id="keyval_zone"><literal>keyval_zone</literal></link> directive.