comparison xml/en/docs/dev/development_guide.xml @ 1932:937e03180281

Fixed trailing spaces.
author Vladimir Homutov <vl@nginx.com>
date Wed, 15 Mar 2017 13:59:55 +0300
parents 7f290929b32d
children be7490a66d1b
comparison
equal deleted inserted replaced
1931:22f85f02f518 1932:937e03180281
3650 3650
3651 <para> 3651 <para>
3652 <literal>posted_requests</literal> - list of requests to be started or 3652 <literal>posted_requests</literal> - list of requests to be started or
3653 resumed. 3653 resumed.
3654 Starting or resuming is done by calling the request's 3654 Starting or resuming is done by calling the request's
3655 <literal>write_event_handler</literal>. 3655 <literal>write_event_handler</literal>.
3656 Normally, this handler holds the request main function, which at first runs 3656 Normally, this handler holds the request main function, which at first runs
3657 request phases and then produces the output. 3657 request phases and then produces the output.
3658 </para> 3658 </para>
3659 3659
3660 <para> 3660 <para>
4201 </para> 4201 </para>
4202 4202
4203 <list type="bullet"> 4203 <list type="bullet">
4204 4204
4205 <listitem> 4205 <listitem>
4206 <literal>NGX_OK</literal> - proceed to the next phase 4206 <literal>NGX_OK</literal> - proceed to the next phase
4207 </listitem> 4207 </listitem>
4208 4208
4209 <listitem> 4209 <listitem>
4210 <literal>NGX_DECLINED</literal> - proceed to the next handler of the current 4210 <literal>NGX_DECLINED</literal> - proceed to the next handler of the current
4211 phase. 4211 phase.