comparison xml/en/docs/dev/development_guide.xml @ 1994:effdf0747a05

Development guide: fixed a typo.
author Vladimir Homutov <vl@nginx.com>
date Wed, 07 Jun 2017 19:36:06 +0300
parents 98b713b0a9fa
children 80f53da7280c
comparison
equal deleted inserted replaced
1993:98b713b0a9fa 1994:effdf0747a05
6268 6268
6269 <para> 6269 <para>
6270 When nginx has to pass a request to another host for processing, it uses 6270 When nginx has to pass a request to another host for processing, it uses
6271 a configured load balancing method to obtain an address to connect to. 6271 a configured load balancing method to obtain an address to connect to.
6272 The method is taken from the 6272 The method is taken from the
6273 <literal>ngx_http_upstream_peer_t.peer</literal> object 6273 <literal>ngx_http_upstream_t.peer</literal> object
6274 of type <literal>ngx_peer_connection_t</literal>: 6274 of type <literal>ngx_peer_connection_t</literal>:
6275 <programlisting> 6275 <programlisting>
6276 struct ngx_peer_connection_s { 6276 struct ngx_peer_connection_s {
6277 [...] 6277 [...]
6278 6278