# HG changeset patch # User Maxim Dounin # Date 1672783626 -10800 # Node ID 52ea1f45b324b404941a9b31b2861612cf090fcd # Parent 8033ffaedeb9f029897d464d85454b9cffa35fd9 Clarified "if_modified_since off" behaviour (ticket #2176). diff --git a/xml/en/docs/http/ngx_http_core_module.xml b/xml/en/docs/http/ngx_http_core_module.xml --- a/xml/en/docs/http/ngx_http_core_module.xml +++ b/xml/en/docs/http/ngx_http_core_module.xml @@ -10,7 +10,7 @@ + rev="103">
@@ -792,8 +792,7 @@ request header field: off -the -
If-Modified-Since
request header field is ignored (0.7.34); +the response is always considered modified (0.7.34);
exact diff --git a/xml/ru/docs/http/ngx_http_core_module.xml b/xml/ru/docs/http/ngx_http_core_module.xml --- a/xml/ru/docs/http/ngx_http_core_module.xml +++ b/xml/ru/docs/http/ngx_http_core_module.xml @@ -10,7 +10,7 @@ + rev="103">
@@ -787,8 +787,7 @@ error_page 404 =301 http://example.com/n off -не проверять поле -
If-Modified-Since
заголовка запроса (0.7.34); +ответ всегда считается изменившимся (0.7.34);
exact