# HG changeset patch # User Sergey Kandaurov # Date 1576749658 -10800 # Node ID 4823370295e655d857b3393f40c6ce44cd0e99f4 # Parent c8f0f30e15133ae526d9dd985da31338164dc887 Removed invalid statement about keyval caseless match. diff -r c8f0f30e1513 -r 4823370295e6 xml/en/docs/http/ngx_http_keyval_module.xml --- 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 @@ + rev="9">
@@ -70,7 +70,6 @@ Creates a new $variable whose value is looked up by the key in the key-value database. -Strings are matched ignoring the case. Matching rules are defined by the type parameter of the keyval_zone directive. diff -r c8f0f30e1513 -r 4823370295e6 xml/en/docs/stream/ngx_stream_keyval_module.xml --- 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 @@ + rev="8">
@@ -74,7 +74,6 @@ Creates a new $variable whose value is looked up by the key in the key-value database. -Strings are matched ignoring the case. Matching rules are defined by the type parameter of the keyval_zone directive.