summaryrefslogtreecommitdiffhomepage
path: root/docs/xml/nginx/changes.xml
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-12-06 14:45:08 +0000
committerIgor Sysoev <igor@sysoev.ru>2004-12-06 14:45:08 +0000
commit6a12fc91b0090b5628dc70d4a45db576c5b0c64a (patch)
treef473f81772c058b7488ac4030c3ff09994c6c532 /docs/xml/nginx/changes.xml
parentc372e09ab34ec8c4f60f8c08ef30b297c0e475ab (diff)
downloadnginx-6a12fc91b0090b5628dc70d4a45db576c5b0c64a.tar.gz
nginx-6a12fc91b0090b5628dc70d4a45db576c5b0c64a.tar.bz2
nginx-0.1.12-RELEASE importrelease-0.1.12
*) 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.
Diffstat (limited to '')
-rw-r--r--docs/xml/nginx/changes.xml40
1 files changed, 40 insertions, 0 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index 505fbdea8..4fde0b7b4 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -6,6 +6,46 @@
title="nginx">
+<changes ver="0.1.12" date="06.12.2004">
+
+<change type="feature">
+<para lang="ru">
+параметр лога %request_length.
+</para>
+<para lang="en">
+the %request_length log parameter.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+при использовании /dev/poll, select и poll на платформах, где возможны
+ложные срабатывания указанных методов, могли быть длительные задержки
+при обработке запроса по keep-alive соединению.
+Наблюдалось по крайней мере на Solaris с использованием /dev/poll.
+</para>
+<para lang="en">
+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.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+директива send_lowat игнорируется на Linux, так как Linux не поддерживает
+опцию SO_SNDLOWAT.
+</para>
+<para lang="en">
+the send_lowat directive is ignored on Linux because Linux does not support
+the SO_SNDLOWAT option.
+</para>
+</change>
+
+</changes>
+
+
<changes ver="0.1.11" date="02.12.2004">
<change type="feature">