comparison xml/en/docs/dev/development_guide.xml @ 1979:ff28ca78bef3

Fixed a typo.
author Vladimir Homutov <vl@nginx.com>
date Wed, 26 Apr 2017 13:33:35 +0300
parents e4f6672ea905
children 5718cf42be55
comparison
equal deleted inserted replaced
1978:8f1a568a8bbf 1979:ff28ca78bef3
3448 This function runs request phases from 3448 This function runs request phases from
3449 <literal>NGX_HTTP_POST_READ_PHASE</literal> to 3449 <literal>NGX_HTTP_POST_READ_PHASE</literal> to
3450 <literal>NGX_HTTP_CONTENT_PHASE</literal>. 3450 <literal>NGX_HTTP_CONTENT_PHASE</literal>.
3451 The last phase is supposed to generate response and pass it along the filter 3451 The last phase is supposed to generate response and pass it along the filter
3452 chain. 3452 chain.
3453 The response in not necessarily sent to the client at this phase. 3453 The response is not necessarily sent to the client at this phase.
3454 It may remain buffered and will be sent at the finalization stage 3454 It may remain buffered and will be sent at the finalization stage
3455 </listitem> 3455 </listitem>
3456 3456
3457 <listitem> 3457 <listitem>
3458 <literal>ngx_http_finalize_request()</literal> is usually called when the 3458 <literal>ngx_http_finalize_request()</literal> is usually called when the