comparison xml/en/docs/http/ngx_http_slice_module.xml @ 1802:51e1c73cc027

Rephrased file descriptors in the "slice" directive.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 29 Sep 2016 20:43:29 +0300
parents 9e8ec9c67cf3
children 6299f9cabfe4
comparison
equal deleted inserted replaced
1801:592f9fa804f6 1802:51e1c73cc027
7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
8 8
9 <module name="Module ngx_http_slice_module" 9 <module name="Module ngx_http_slice_module"
10 link="/en/docs/http/ngx_http_slice_module.html" 10 link="/en/docs/http/ngx_http_slice_module.html"
11 lang="en" 11 lang="en"
12 rev="1"> 12 rev="2">
13 13
14 <section id="summary"> 14 <section id="summary">
15 15
16 <para> 16 <para>
17 The <literal>ngx_http_slice_module</literal> module (1.9.8) is a filter 17 The <literal>ngx_http_slice_module</literal> module (1.9.8) is a filter
61 61
62 <para> 62 <para>
63 Sets the <value>size</value> of the slice. 63 Sets the <value>size</value> of the slice.
64 The zero value disables splitting responses into slices. 64 The zero value disables splitting responses into slices.
65 Note that a too low value may result in excessive memory usage 65 Note that a too low value may result in excessive memory usage
66 and a large number of file descriptors. 66 and opening a large number of files.
67 </para> 67 </para>
68 68
69 <para> 69 <para>
70 In order for a subrequest to return the required range, 70 In order for a subrequest to return the required range,
71 the <var>$slice_range</var> variable should be 71 the <var>$slice_range</var> variable should be