comparison CHANGES @ 80:6ae11d59d10e NGINX_0_1_40

nginx 0.1.40 *) Bugfix: if a client sent too long header line, then the request information did not logged in the error log. *) Bugfix: the "Set-Cookie" header line was not transferred when the "X-Accel-Redirect" was used; bug appeared in 0.1.39. *) Bugfix: the "Content-Disposition" header line was not transferred when the "X-Accel-Redirect" was used. *) Bugfix: the master process did not close the listen socket on the SIGQUIT signal. *) Bugfix: after on-line upgrade on Linux and Solaris the process name became shorter in the "ps" command.
author Igor Sysoev <http://sysoev.ru>
date Fri, 22 Jul 2005 00:00:00 +0400
parents 9db7e0b5b27f
children 2aa14f638cf0
comparison
equal deleted inserted replaced
79:b7cf468d0667 80:6ae11d59d10e
1
2 Changes with nginx 0.1.40 22 Jul 2005
3
4 *) Bugfix: if a client sent too long header line, then the request
5 information did not logged in the error log.
6
7 *) Bugfix: the "Set-Cookie" header line was not transferred when the
8 "X-Accel-Redirect" was used; bug appeared in 0.1.39.
9
10 *) Bugfix: the "Content-Disposition" header line was not transferred
11 when the "X-Accel-Redirect" was used.
12
13 *) Bugfix: the master process did not close the listen socket on the
14 SIGQUIT signal.
15
16 *) Bugfix: after on-line upgrade on Linux and Solaris the process name
17 became shorter in the "ps" command.
18
1 19
2 Changes with nginx 0.1.39 14 Jul 2005 20 Changes with nginx 0.1.39 14 Jul 2005
3 21
4 *) The changes in the ngx_http_charset_module: the "default_charset" 22 *) The changes in the ngx_http_charset_module: the "default_charset"
5 directive is canceled; the "charset" directive sets the response 23 directive is canceled; the "charset" directive sets the response