changeset 2921:52ea1f45b324

Clarified "if_modified_since off" behaviour (ticket #2176).
author Maxim Dounin <mdounin@mdounin.ru>
date Wed, 04 Jan 2023 01:07:06 +0300
parents 8033ffaedeb9
children 547303412ab9
files xml/en/docs/http/ngx_http_core_module.xml xml/ru/docs/http/ngx_http_core_module.xml
diffstat 2 files changed, 4 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_core_module.xml
+++ b/xml/en/docs/http/ngx_http_core_module.xml
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_core_module"
         link="/en/docs/http/ngx_http_core_module.html"
         lang="en"
-        rev="102">
+        rev="103">
 
 <section id="directives" name="Directives">
 
@@ -792,8 +792,7 @@ request header field:
 
 <tag-name><literal>off</literal></tag-name>
 <tag-desc>
-the
-<header>If-Modified-Since</header> request header field is ignored (0.7.34);
+the response is always considered modified (0.7.34);
 </tag-desc>
 
 <tag-name><literal>exact</literal></tag-name>
--- a/xml/ru/docs/http/ngx_http_core_module.xml
+++ b/xml/ru/docs/http/ngx_http_core_module.xml
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_core_module"
         link="/ru/docs/http/ngx_http_core_module.html"
         lang="ru"
-        rev="102">
+        rev="103">
 
 <section id="directives" name="Директивы">
 
@@ -787,8 +787,7 @@ error_page 404 =301 http://example.com/n
 
 <tag-name><literal>off</literal></tag-name>
 <tag-desc>
-не проверять поле
-<header>If-Modified-Since</header> заголовка запроса (0.7.34);
+ответ всегда считается изменившимся (0.7.34);
 </tag-desc>
 
 <tag-name><literal>exact</literal></tag-name>