comparison xml/en/docs/dev/development_guide.xml @ 1980:5718cf42be55

Fixed a typo.
author Vladimir Homutov <vl@nginx.com>
date Thu, 27 Apr 2017 14:41:39 +0300
parents ff28ca78bef3
children 082724c57c38
comparison
equal deleted inserted replaced
1979:ff28ca78bef3 1980:5718cf42be55
5415 </para> 5415 </para>
5416 5416
5417 <para> 5417 <para>
5418 The following example produces a complete HTTP output with "foo" as its body. 5418 The following example produces a complete HTTP output with "foo" as its body.
5419 In order for the example to work not only as a main request but as a subrequest 5419 In order for the example to work not only as a main request but as a subrequest
5420 as well, the <literal>last_in_chain_flag</literal> is set in the last buffer 5420 as well, the <literal>last_in_chain</literal> flag is set in the last buffer
5421 of the output. 5421 of the output.
5422 The <literal>last_buf</literal> flag is set only for the main request since 5422 The <literal>last_buf</literal> flag is set only for the main request since
5423 a subrequest's last buffers does not end the entire output. 5423 a subrequest's last buffers does not end the entire output.
5424 </para> 5424 </para>
5425 5425