comparison xml/en/docs/http/ngx_http_core_module.xml @ 1149:1501e5848052

Corrected the usage of the definite article.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 08 Apr 2014 20:13:53 +0400
parents 8bdb4eb27f48
children 4c2324a7eeea
comparison
equal deleted inserted replaced
1148:2b9dc2c5e129 1149:1501e5848052
2162 <context>server</context> 2162 <context>server</context>
2163 <context>location</context> 2163 <context>location</context>
2164 2164
2165 <para> 2165 <para>
2166 Sets a timeout for transmitting a response to the client. 2166 Sets a timeout for transmitting a response to the client.
2167 A timeout is set only between two successive write operations, 2167 The timeout is set only between two successive write operations,
2168 not for the transmission of the whole response. 2168 not for the transmission of the whole response.
2169 If a client does not receive anything within this time, 2169 If the client does not receive anything within this time,
2170 a connection is closed. 2170 the connection is closed.
2171 </para> 2171 </para>
2172 2172
2173 </directive> 2173 </directive>
2174 2174
2175 2175