# HG changeset patch # User Maxim Dounin # Date 1672783626 -10800 # Node ID 52ea1f45b324b404941a9b31b2861612cf090fcd # Parent 8033ffaedeb9f029897d464d85454b9cffa35fd9 Clarified "if_modified_since off" behaviour (ticket #2176). diff -r 8033ffaedeb9 -r 52ea1f45b324 xml/en/docs/http/ngx_http_core_module.xml --- a/xml/en/docs/http/ngx_http_core_module.xml Thu Dec 22 10:35:55 2022 +0000 +++ b/xml/en/docs/http/ngx_http_core_module.xml Wed Jan 04 01:07:06 2023 +0300 @@ -10,7 +10,7 @@ + rev="103">
@@ -792,8 +792,7 @@ off -the -
If-Modified-Since
request header field is ignored (0.7.34); +the response is always considered modified (0.7.34);
exact diff -r 8033ffaedeb9 -r 52ea1f45b324 xml/ru/docs/http/ngx_http_core_module.xml --- a/xml/ru/docs/http/ngx_http_core_module.xml Thu Dec 22 10:35:55 2022 +0000 +++ b/xml/ru/docs/http/ngx_http_core_module.xml Wed Jan 04 01:07:06 2023 +0300 @@ -10,7 +10,7 @@ + rev="103">
@@ -787,8 +787,7 @@ off -не проверять поле -
If-Modified-Since
заголовка запроса (0.7.34); +ответ всегда считается изменившимся (0.7.34);
exact