| commit | 54c804a94781ad07e2ef17be3848de6670a9850d | [log] [download] |
|---|---|---|
| author | Igor Sysoev <igor@sysoev.ru> | Mon Dec 06 14:42:13 2004 +0000 |
| committer | Jonathan Kolb <jon@b0g.us> | Mon Dec 06 14:42:13 2004 +0000 |
| tree | 36adeee161c7d8f63efb98d885daf0e4f88d04d2 | |
| parent | 36bd191f47f0c42d3bf0703688ba6277aa62c67a [diff] |
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.