summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-12-06 14:42:13 +0000
committerJonathan Kolb <jon@b0g.us>2004-12-06 14:42:13 +0000
commit54c804a94781ad07e2ef17be3848de6670a9850d (patch)
tree36adeee161c7d8f63efb98d885daf0e4f88d04d2 /CHANGES
parent36bd191f47f0c42d3bf0703688ba6277aa62c67a (diff)
downloadnginx-54c804a94781ad07e2ef17be3848de6670a9850d.tar.gz
Changes with nginx 0.1.12 06 Dec 2004v0.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 'CHANGES')
-rw-r--r--CHANGES13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ec78d7561..50e1209cd 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,17 @@
+Changes with nginx 0.1.12 06 Dec 2004
+
+ *) 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.
+
+
Changes with nginx 0.1.11 02 Dec 2004
*) Feature: the worker_priority directive.