comparison CHANGES @ 94:c96cb248dc4b NGINX_0_2_1

nginx 0.2.1 *) Bugfix: if all backend using in load-balancing failed after one error, then nginx may got caught in an endless loop; bug appeared in 0.2.0.
author Igor Sysoev <http://sysoev.ru>
date Fri, 23 Sep 2005 00:00:00 +0400
parents 45945fa8b8ba
children ca4f70b3ccc6
comparison
equal deleted inserted replaced
93:dc5348c07fbf 94:c96cb248dc4b
1
2 Changes with nginx 0.2.1 23 Sep 2005
3
4 *) Bugfix: if all backend using in load-balancing failed after one
5 error, then nginx may got caught in an endless loop; bug appeared in
6 0.2.0.
7
1 8
2 Changes with nginx 0.2.0 23 Sep 2005 9 Changes with nginx 0.2.0 23 Sep 2005
3 10
4 *) The pid-file names used during online upgrade was changed and now is 11 *) The pid-file names used during online upgrade was changed and now is
5 not required a manual rename operation. The old master process adds 12 not required a manual rename operation. The old master process adds
24 directives. 31 directives.
25 32
26 *) Bugfix: if all backend using in load-balancing failed after one 33 *) Bugfix: if all backend using in load-balancing failed after one
27 error, then nginx did not try do connect to them during 60 seconds. 34 error, then nginx did not try do connect to them during 60 seconds.
28 35
29 *) Bugfix: in IMAP/POP3 command argument parsing. Thanks to Rob Mueller. 36 *) Bugfix: in IMAP/POP3 command argument parsing.
30 37
31 *) Bugfix: errors while using SSL in IMAP/POP3 proxy. 38 *) Bugfix: errors while using SSL in IMAP/POP3 proxy.
32 39
33 *) Bugfix: errors while using SSI and gzipping. 40 *) Bugfix: errors while using SSI and gzipping.
34 41