[PATCH] Removed documentation for nonexistent memcached_force_ranges

Maxim Dounin mdounin at mdounin.ru
Mon Jun 20 20:27:47 UTC 2022


Hello!

On Mon, Jun 20, 2022 at 11:05:23PM +0400, Sergey Kandaurov wrote:

> # HG changeset patch
> # User Sergey Kandaurov <pluknet at nginx.com>
> # Date 1655748656 -14400
> #      Mon Jun 20 22:10:56 2022 +0400
> # Node ID 53734009b0c36276e66792e23180ee9665c95419
> # Parent  40d40af45ac85339025b171c53033665a3632ee0
> Removed documentation for nonexistent memcached_force_ranges.
> 
> diff --git a/xml/en/docs/http/ngx_http_memcached_module.xml b/xml/en/docs/http/ngx_http_memcached_module.xml
> --- a/xml/en/docs/http/ngx_http_memcached_module.xml
> +++ b/xml/en/docs/http/ngx_http_memcached_module.xml
> @@ -10,7 +10,7 @@
>  <module name="Module ngx_http_memcached_module"
>          link="/en/docs/http/ngx_http_memcached_module.html"
>          lang="en"
> -        rev="17">
> +        rev="18">
>  
>  <section id="summary">
>  
> @@ -121,23 +121,6 @@ It should be noted that this timeout can
>  </directive>
>  
>  
> -<directive name="memcached_force_ranges">
> -<syntax><literal>on</literal> | <literal>off</literal></syntax>
> -<default>off</default>
> -<context>http</context>
> -<context>server</context>
> -<context>location</context>
> -<appeared-in>1.7.7</appeared-in>
> -
> -<para>
> -Enables byte-range support
> -for both cached and uncached responses from the memcached server
> -regardless of the <header>Accept-Ranges</header> field in these responses.
> -</para>
> -
> -</directive>
> -
> -
>  <directive name="memcached_gzip_flag">
>  <syntax><value>flag</value></syntax>
>  <default></default>
> diff --git a/xml/ru/docs/http/ngx_http_memcached_module.xml b/xml/ru/docs/http/ngx_http_memcached_module.xml
> --- a/xml/ru/docs/http/ngx_http_memcached_module.xml
> +++ b/xml/ru/docs/http/ngx_http_memcached_module.xml
> @@ -10,7 +10,7 @@
>  <module name="Модуль ngx_http_memcached_module"
>          link="/ru/docs/http/ngx_http_memcached_module.html"
>          lang="ru"
> -        rev="17">
> +        rev="18">
>  
>  <section id="summary">
>  
> @@ -122,24 +122,6 @@ memcached_bind $remote_addr transparent;
>  </directive>
>  
>  
> -<directive name="memcached_force_ranges">
> -<syntax><literal>on</literal> | <literal>off</literal></syntax>
> -<default>off</default>
> -<context>http</context>
> -<context>server</context>
> -<context>location</context>
> -<appeared-in>1.7.7</appeared-in>
> -
> -<para>
> -Включает поддержку диапазонов запрашиваемых байт (byte-range)
> -для кэшированных и некэшированных ответов сервера memcached
> -вне зависимости от наличия поля <header>Accept-Ranges</header>
> -в заголовках этих ответов.
> -</para>
> -
> -</directive>
> -
> -
>  <directive name="memcached_gzip_flag">
>  <syntax><value>флаг</value></syntax>
>  <default></default>

Looks good.

-- 
Maxim Dounin
http://mdounin.ru/



More information about the nginx-devel mailing list