comparison docs/xml/nginx/changes.xml @ 475:c3c2848fc081 release-0.1.12

nginx-0.1.12-RELEASE import *) Feature: the %request_length log parameter. *) Bugfix: when using the /dev/poll, select and poll on the platforms, where these methods may do the false reports, there may be the long delay when the request was passed via the keep-alive connection. It may be at least on Solaris when using the /dev/poll. *) Bugfix: the send_lowat directive is ignored on Linux because Linux does not support the SO_SNDLOWAT option.
author Igor Sysoev <igor@sysoev.ru>
date Mon, 06 Dec 2004 14:45:08 +0000
parents 8e8f3af115b5
children ad1e9ebf93bb
comparison
equal deleted inserted replaced
474:99ad6d3b40ed 475:c3c2848fc081
2 <!DOCTYPE change_log SYSTEM "../../dtd/changes.dtd" > 2 <!DOCTYPE change_log SYSTEM "../../dtd/changes.dtd" >
3 3
4 4
5 <change_log link="/nginx/changes.html" path="/nginx/" root=".." 5 <change_log link="/nginx/changes.html" path="/nginx/" root=".."
6 title="nginx"> 6 title="nginx">
7
8
9 <changes ver="0.1.12" date="06.12.2004">
10
11 <change type="feature">
12 <para lang="ru">
13 параметр лога %request_length.
14 </para>
15 <para lang="en">
16 the %request_length log parameter.
17 </para>
18 </change>
19
20 <change type="bugfix">
21 <para lang="ru">
22 при использовании /dev/poll, select и poll на платформах, где возможны
23 ложные срабатывания указанных методов, могли быть длительные задержки
24 при обработке запроса по keep-alive соединению.
25 Наблюдалось по крайней мере на Solaris с использованием /dev/poll.
26 </para>
27 <para lang="en">
28 when using the /dev/poll, select and poll on the platforms, where
29 these methods may do the false reports, there may be the long delay when
30 the request was passed via the keep-alive connection.
31 It may be at least on Solaris when using the /dev/poll.
32 </para>
33 </change>
34
35 <change type="bugfix">
36 <para lang="ru">
37 директива send_lowat игнорируется на Linux, так как Linux не поддерживает
38 опцию SO_SNDLOWAT.
39 </para>
40 <para lang="en">
41 the send_lowat directive is ignored on Linux because Linux does not support
42 the SO_SNDLOWAT option.
43 </para>
44 </change>
45
46 </changes>
7 47
8 48
9 <changes ver="0.1.11" date="02.12.2004"> 49 <changes ver="0.1.11" date="02.12.2004">
10 50
11 <change type="feature"> 51 <change type="feature">